Shades of White Lilac #EEDEFC
Tints of White Lilac #EEDEFC
RGB
CMYK
RGB Variations
Color information
#EEDEFC (or 0xEEDEFC) is known color: White Lilac. HEX triplet: EE, DE and FC. RGB value is (238,222,252). Sum of RGB (Red+Green+Blue) = 238+222+252=712 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.43% from 712); Green value is 222 (87.11% from 255 or 31.18% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEDEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEFC is #112103. Grayscale: #E6E6E6. Windows color (decimal): -1122564 or 16572142. OLE color: 16572142.
HSL color Cylindrical-coordinate representation of color #EEDEFC: hue angle of 272º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EEDEFC is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 222 | 252 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.01 |
| HSL | 272º | 0.83% | 0.93% | - |
| HSV(B) | 272º | 0.12% | 0.99% | - |
| XYZ | 78.95 | 77.45 | 102.88 | - |
| YUV | 230.2 | 140.3 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 252 | 0.06 | 0.12 | 0 | 0.01 | 272 | 0.83 | 0.93 |
| Hex | EE | DE | FC | 6 | C | 0 | 1 | 110 | 53 | 5D |
| Octal | 356 | 336 | 374 | 6 | 14 | 0 | 1 | 420 | 123 | 135 |
| Binary | 11101110 | 11011110 | 11111100 | 110 | 1100 | 0 | 1 | 100010000 | 1010011 | 1011101 |
Color Harmonies of #EEDEFC
Complementary color
Monochromatic Colors of #EEDEFC
Black with #EEDEFC
Text Example
Text Example
White with #EEDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEFC; }
p { color: rgb(238,222,252); }
H1.HeaderClassName
{
color: #EEDEFC;
}
.AnyTagClassName
{
color: #EEDEFC;
}
</style>
background-color css
<style>
a { background-color: #EEDEFC; }
a { background-color: rgb(238,222,252); }
div.DivClassName
{
background-color: #EEDEFC;
}
.BgClassName
{
background-color: #EEDEFC;
}
</style>
border-color css
<style>
span { border-color: #EEDEFC; }
span { border-color: rgb(238,222,252); }
td.TdClassName
{
border-color: #EEDEFC;
}
.TagClassName
{
border-color: #EEDEFC;
}
</style>