Color spaces of #e8ddee
RGB | 232 | 221 | 238 |
---|---|---|---|
HSL | 0.77 | 0.33 | 0.90 |
HSV | 279° | 7° | 93° |
CMYK | 0.03 | 0.07 | 0.00 0.07 |
XYZ | 74.5678 | 75.0418 | 91.4433 |
Yxy | 75.0418 | 0.3093 | 0.3113 |
Hunter Lab | 86.6267 | 2.0552 | -1.9480 |
CIE-Lab | 89.4126 | 6.7842 | -6.9493 |
#e8ddee color RGB value is (232,221,238).
#e8ddee hex color red value is 232, green value is 221 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e8ddee hue: 0.77 , saturation: 0.33 and the lightness value of e8ddee is 0.90.
The process color (four color CMYK) of #e8ddee color hex is 0.03, 0.07, 0.00, 0.07. Web safe color of #e8ddee is #ffccff. Color #e8ddee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 11011101 | 11101110 |
Octal | 350 | 335 | 356 |
Decimal | 232 | 221 | 238 |
Hex | E8 | DD | EE |
Shades of #e8ddee
Tints of #e8ddee
RGB Percentages of Color #e8ddee
CMYK Percentages of Color #e8ddee
Complementary Color
#e8ddee | #e3eedd |
#e8ddee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e8ddee Color Preview on White Background
Lorem ipsum dolor sit amet.
#e8ddee Color CSS Codes
.mybgcolor {background-color:#e8ddee; } .myforecolor {color:#e8ddee; } .mybordercolor {border:3px solid #e8ddee; }
#e8ddee Text Font Color
<p style="color:#e8ddee">Text here</p>
This sample text font color is #e8ddee
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.
#e8ddee Background Color
<div style="background-color:#e8ddee">
Div content here</div>
This div background color is #e8ddee
#e8ddee Border Color
<div style="border:3px solid #e8ddee">
Div here</div>
This div border color is #e8ddee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,221,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e8ddee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e8ddee; -webkit-box-shadow: 1px 1px 3px 2px #e8ddee; box-shadow: 1px 1px 3px 2px #e8ddee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,221,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e8ddee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e8ddee; -webkit-box-shadow: 1px 1px 3px 2px #e8ddee; box-shadow: 1px 1px 3px 2px #e8ddee;">
Div content here</div>
This div box has shadow with color #e8ddee
Comments
No comments written yet.
Please login to write comment.