Shades of White Lilac #EEDEF5
Tints of White Lilac #EEDEF5
RGB
CMYK
RGB Variations
Color information
#EEDEF5 (or 0xEEDEF5) is known color: White Lilac. HEX triplet: EE, DE and F5. RGB value is (238,222,245). Sum of RGB (Red+Green+Blue) = 238+222+245=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 245 (96.09% from 255 or 34.75% from 705); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEDEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEF5 is #11210A. Grayscale: #E5E5E5. Windows color (decimal): -1122571 or 16113390. OLE color: 16113390.
HSL color Cylindrical-coordinate representation of color #EEDEF5: hue angle of 281.74º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEDEF5 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 222 | 245 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.04 |
| HSL | 281.74º | 0.53% | 0.92% | - |
| HSV(B) | 281.74º | 0.09% | 0.96% | - |
| XYZ | 77.86 | 77.01 | 97.15 | - |
| YUV | 229.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 245 | 0.03 | 0.09 | 0 | 0.04 | 281.74 | 0.53 | 0.92 |
| Hex | EE | DE | F5 | 3 | 9 | 0 | 4 | 11A | 35 | 5C |
| Octal | 356 | 336 | 365 | 3 | 11 | 0 | 4 | 432 | 65 | 134 |
| Binary | 11101110 | 11011110 | 11110101 | 11 | 1001 | 0 | 100 | 100011010 | 110101 | 1011100 |
Color Harmonies of #EEDEF5
Complementary color
Monochromatic Colors of #EEDEF5
Black with #EEDEF5
Text Example
Text Example
White with #EEDEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEF5; }
p { color: rgb(238,222,245); }
H1.HeaderClassName
{
color: #EEDEF5;
}
.AnyTagClassName
{
color: #EEDEF5;
}
</style>
background-color css
<style>
a { background-color: #EEDEF5; }
a { background-color: rgb(238,222,245); }
div.DivClassName
{
background-color: #EEDEF5;
}
.BgClassName
{
background-color: #EEDEF5;
}
</style>
border-color css
<style>
span { border-color: #EEDEF5; }
span { border-color: rgb(238,222,245); }
td.TdClassName
{
border-color: #EEDEF5;
}
.TagClassName
{
border-color: #EEDEF5;
}
</style>