Color spaces of #e9ddfb
RGB | 233 | 221 | 251 |
---|---|---|---|
HSL | 0.73 | 0.79 | 0.93 |
HSV | 264° | 12° | 98° |
CMYK | 0.07 | 0.12 | 0.00 0.02 |
XYZ | 76.8733 | 76.0016 | 101.8849 |
Yxy | 76.0016 | 0.3017 | 0.2983 |
Hunter Lab | 87.1789 | 4.8361 | -8.2663 |
CIE-Lab | 89.8601 | 9.5597 | -13.1026 |
#e9ddfb color RGB value is (233,221,251).
#e9ddfb hex color red value is 233, green value is 221 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e9ddfb hue: 0.73 , saturation: 0.79 and the lightness value of e9ddfb is 0.93.
The process color (four color CMYK) of #e9ddfb color hex is 0.07, 0.12, 0.00, 0.02. Web safe color of #e9ddfb is #ffccff. Color #e9ddfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 11011101 | 11111011 |
Octal | 351 | 335 | 373 |
Decimal | 233 | 221 | 251 |
Hex | E9 | DD | FB |
Shades of #e9ddfb
Tints of #e9ddfb
RGB Percentages of Color #e9ddfb
CMYK Percentages of Color #e9ddfb
Complementary Color
#e9ddfb | #effbdd |
#e9ddfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e9ddfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e9ddfb Color CSS Codes
.mybgcolor {background-color:#e9ddfb; } .myforecolor {color:#e9ddfb; } .mybordercolor {border:3px solid #e9ddfb; }
#e9ddfb Text Font Color
<p style="color:#e9ddfb">Text here</p>
This sample text font color is #e9ddfb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#e9ddfb Background Color
<div style="background-color:#e9ddfb">
Div content here</div>
This div background color is #e9ddfb
#e9ddfb Border Color
<div style="border:3px solid #e9ddfb">
Div here</div>
This div border color is #e9ddfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,221,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e9ddfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e9ddfb; -webkit-box-shadow: 1px 1px 3px 2px #e9ddfb; box-shadow: 1px 1px 3px 2px #e9ddfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,221,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e9ddfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e9ddfb; -webkit-box-shadow: 1px 1px 3px 2px #e9ddfb; box-shadow: 1px 1px 3px 2px #e9ddfb;">
Div content here</div>
This div box has shadow with color #e9ddfb
Comments
No comments written yet.
Please login to write comment.