Shades of White Lilac #EEDEF6
Tints of White Lilac #EEDEF6
RGB
CMYK
RGB Variations
Color information
#EEDEF6 (or 0xEEDEF6) is known color: White Lilac. HEX triplet: EE, DE and F6. RGB value is (238,222,246). Sum of RGB (Red+Green+Blue) = 238+222+246=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 222 (87.11% from 255 or 31.44% from 706); Blue value is 246 (96.48% from 255 or 34.84% from 706); Max value from RGB is 246 - color contains mainly: blue. Hex color #EEDEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEF6 is #112109. Grayscale: #E5E5E5. Windows color (decimal): -1122570 or 16178926. OLE color: 16178926.
HSL color Cylindrical-coordinate representation of color #EEDEF6: hue angle of 280º 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 #EEDEF6 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 222 | 246 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.04 |
| HSL | 280º | 0.57% | 0.92% | - |
| HSV(B) | 280º | 0.1% | 0.96% | - |
| XYZ | 78.02 | 77.07 | 97.95 | - |
| YUV | 229.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 246 | 0.03 | 0.10 | 0 | 0.04 | 280 | 0.57 | 0.92 |
| Hex | EE | DE | F6 | 3 | A | 0 | 4 | 118 | 39 | 5C |
| Octal | 356 | 336 | 366 | 3 | 12 | 0 | 4 | 430 | 71 | 134 |
| Binary | 11101110 | 11011110 | 11110110 | 11 | 1010 | 0 | 100 | 100011000 | 111001 | 1011100 |
Color Harmonies of #EEDEF6
Complementary color
Monochromatic Colors of #EEDEF6
Black with #EEDEF6
Text Example
Text Example
White with #EEDEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEF6; }
p { color: rgb(238,222,246); }
H1.HeaderClassName
{
color: #EEDEF6;
}
.AnyTagClassName
{
color: #EEDEF6;
}
</style>
background-color css
<style>
a { background-color: #EEDEF6; }
a { background-color: rgb(238,222,246); }
div.DivClassName
{
background-color: #EEDEF6;
}
.BgClassName
{
background-color: #EEDEF6;
}
</style>
border-color css
<style>
span { border-color: #EEDEF6; }
span { border-color: rgb(238,222,246); }
td.TdClassName
{
border-color: #EEDEF6;
}
.TagClassName
{
border-color: #EEDEF6;
}
</style>