Shades of White Lilac #E8DDF2
Tints of White Lilac #E8DDF2
RGB
CMYK
RGB Variations
Color information
#E8DDF2 (or 0xE8DDF2) is known color: White Lilac. HEX triplet: E8, DD and F2. RGB value is (232,221,242). Sum of RGB (Red+Green+Blue) = 232+221+242=695 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.38% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 242 (94.92% from 255 or 34.82% from 695); Max value from RGB is 242 - color contains mainly: blue. Hex color #E8DDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DDF2 is #17220D. Grayscale: #E2E2E2. Windows color (decimal): -1516046 or 15916520. OLE color: 15916520.
HSL color Cylindrical-coordinate representation of color #E8DDF2: hue angle of 271.43º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8DDF2 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 232 | 221 | 242 | - |
CMYK | 0.04 | 0.09 | 0 | 0.05 |
HSL | 271.43º | 0.45% | 0.91% | - |
HSV(B) | 271.43º | 0.09% | 0.95% | - |
XYZ | 75.16 | 75.28 | 94.57 | - |
YUV | 226.68 | 136.64 | 131.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 221 | 242 | 0.04 | 0.09 | 0 | 0.05 | 271.43 | 0.45 | 0.91 |
Hex | E8 | DD | F2 | 4 | 9 | 0 | 5 | 10F | 2D | 5B |
Octal | 350 | 335 | 362 | 4 | 11 | 0 | 5 | 417 | 55 | 133 |
Binary | 11101000 | 11011101 | 11110010 | 100 | 1001 | 0 | 101 | 100001111 | 101101 | 1011011 |
Color Harmonies of #E8DDF2
Complementary color
Monochromatic Colors of #E8DDF2
Black with #E8DDF2
Text Example
Text Example
White with #E8DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DDF2; }
p { color: rgb(232,221,242); }
H1.HeaderClassName
{
color: #E8DDF2;
}
.AnyTagClassName
{
color: #E8DDF2;
}
</style>
background-color css
<style>
a { background-color: #E8DDF2; }
a { background-color: rgb(232,221,242); }
div.DivClassName
{
background-color: #E8DDF2;
}
.BgClassName
{
background-color: #E8DDF2;
}
</style>
border-color css
<style>
span { border-color: #E8DDF2; }
span { border-color: rgb(232,221,242); }
td.TdClassName
{
border-color: #E8DDF2;
}
.TagClassName
{
border-color: #E8DDF2;
}
</style>