Color spaces of #e8ddff
RGB | 232 | 221 | 255 |
---|---|---|---|
HSL | 0.72 | 1.00 | 0.93 |
HSV | 259° | 13° | 100° |
CMYK | 0.09 | 0.13 | 0.00 0.00 |
XYZ | 77.1852 | 76.0887 | 105.2262 |
Yxy | 76.0887 | 0.2986 | 0.2943 |
Hunter Lab | 87.2288 | 5.2968 | -10.4627 |
CIE-Lab | 89.9005 | 10.0146 | -15.1484 |
#e8ddff color RGB value is (232,221,255).
#e8ddff hex color red value is 232, green value is 221 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e8ddff hue: 0.72 , saturation: 1.00 and the lightness value of e8ddff is 0.93.
The process color (four color CMYK) of #e8ddff color hex is 0.09, 0.13, 0.00, 0.00. Web safe color of #e8ddff is #ffccff. Color #e8ddff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 11011101 | 11111111 |
Octal | 350 | 335 | 377 |
Decimal | 232 | 221 | 255 |
Hex | E8 | DD | FF |
Shades of #e8ddff
Tints of #e8ddff
RGB Percentages of Color #e8ddff
CMYK Percentages of Color #e8ddff
Complementary Color
#e8ddff | #f4ffdd |
#e8ddff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e8ddff Color Preview on White Background
Lorem ipsum dolor sit amet.
#e8ddff Color CSS Codes
.mybgcolor {background-color:#e8ddff; } .myforecolor {color:#e8ddff; } .mybordercolor {border:3px solid #e8ddff; }
#e8ddff Text Font Color
<p style="color:#e8ddff">Text here</p>
This sample text font color is #e8ddff
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.
#e8ddff Background Color
<div style="background-color:#e8ddff">
Div content here</div>
This div background color is #e8ddff
#e8ddff Border Color
<div style="border:3px solid #e8ddff">
Div here</div>
This div border color is #e8ddff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,221,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e8ddff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e8ddff; -webkit-box-shadow: 1px 1px 3px 2px #e8ddff; box-shadow: 1px 1px 3px 2px #e8ddff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,221,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e8ddff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e8ddff; -webkit-box-shadow: 1px 1px 3px 2px #e8ddff; box-shadow: 1px 1px 3px 2px #e8ddff;">
Div content here</div>
This div box has shadow with color #e8ddff
#e8ddff Color Palettes
Comments
No comments written yet.
Please login to write comment.