Shades of White Lilac #EFDEF8
Tints of White Lilac #EFDEF8
RGB
CMYK
RGB Variations
Color information
#EFDEF8 (or 0xEFDEF8) is known color: White Lilac. HEX triplet: EF, DE and F8. RGB value is (239,222,248). Sum of RGB (Red+Green+Blue) = 239+222+248=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 222 (87.11% from 255 or 31.31% from 709); Blue value is 248 (97.27% from 255 or 34.98% from 709); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFDEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEF8 is #102107. Grayscale: #E5E5E5. Windows color (decimal): -1057032 or 16309999. OLE color: 16309999.
HSL color Cylindrical-coordinate representation of color #EFDEF8: hue angle of 279.23º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFDEF8 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 222 | 248 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.03 |
| HSL | 279.23º | 0.65% | 0.92% | - |
| HSV(B) | 279.23º | 0.1% | 0.97% | - |
| XYZ | 78.66 | 77.37 | 99.6 | - |
| YUV | 230.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 248 | 0.04 | 0.10 | 0 | 0.03 | 279.23 | 0.65 | 0.92 |
| Hex | EF | DE | F8 | 4 | A | 0 | 3 | 117 | 41 | 5C |
| Octal | 357 | 336 | 370 | 4 | 12 | 0 | 3 | 427 | 101 | 134 |
| Binary | 11101111 | 11011110 | 11111000 | 100 | 1010 | 0 | 11 | 100010111 | 1000001 | 1011100 |
Color Harmonies of #EFDEF8
Complementary color
Monochromatic Colors of #EFDEF8
Black with #EFDEF8
Text Example
Text Example
White with #EFDEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEF8; }
p { color: rgb(239,222,248); }
H1.HeaderClassName
{
color: #EFDEF8;
}
.AnyTagClassName
{
color: #EFDEF8;
}
</style>
background-color css
<style>
a { background-color: #EFDEF8; }
a { background-color: rgb(239,222,248); }
div.DivClassName
{
background-color: #EFDEF8;
}
.BgClassName
{
background-color: #EFDEF8;
}
</style>
border-color css
<style>
span { border-color: #EFDEF8; }
span { border-color: rgb(239,222,248); }
td.TdClassName
{
border-color: #EFDEF8;
}
.TagClassName
{
border-color: #EFDEF8;
}
</style>