Shades of White Lilac #EDDEF6
Tints of White Lilac #EDDEF6
RGB
CMYK
RGB Variations
Color information
#EDDEF6 (or 0xEDDEF6) is known color: White Lilac. HEX triplet: ED, DE and F6. RGB value is (237,222,246). Sum of RGB (Red+Green+Blue) = 237+222+246=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 246 (96.48% from 255 or 34.89% from 705); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDDEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEF6 is #122109. Grayscale: #E5E5E5. Windows color (decimal): -1188106 or 16178925. OLE color: 16178925.
HSL color Cylindrical-coordinate representation of color #EDDEF6: hue angle of 277.5º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDDEF6 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 222 | 246 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.04 |
| HSL | 277.5º | 0.57% | 0.92% | - |
| HSV(B) | 277.5º | 0.1% | 0.96% | - |
| XYZ | 77.68 | 76.9 | 97.94 | - |
| YUV | 229.22 | 137.47 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 246 | 0.04 | 0.10 | 0 | 0.04 | 277.5 | 0.57 | 0.92 |
| Hex | ED | DE | F6 | 4 | A | 0 | 4 | 116 | 39 | 5C |
| Octal | 355 | 336 | 366 | 4 | 12 | 0 | 4 | 426 | 71 | 134 |
| Binary | 11101101 | 11011110 | 11110110 | 100 | 1010 | 0 | 100 | 100010110 | 111001 | 1011100 |
Color Harmonies of #EDDEF6
Complementary color
Monochromatic Colors of #EDDEF6
Black with #EDDEF6
Text Example
Text Example
White with #EDDEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDEF6; }
p { color: rgb(237,222,246); }
H1.HeaderClassName
{
color: #EDDEF6;
}
.AnyTagClassName
{
color: #EDDEF6;
}
</style>
background-color css
<style>
a { background-color: #EDDEF6; }
a { background-color: rgb(237,222,246); }
div.DivClassName
{
background-color: #EDDEF6;
}
.BgClassName
{
background-color: #EDDEF6;
}
</style>
border-color css
<style>
span { border-color: #EDDEF6; }
span { border-color: rgb(237,222,246); }
td.TdClassName
{
border-color: #EDDEF6;
}
.TagClassName
{
border-color: #EDDEF6;
}
</style>