Shades of White Lilac #EFDEF6
Tints of White Lilac #EFDEF6
RGB
CMYK
RGB Variations
Color information
#EFDEF6 (or 0xEFDEF6) is known color: White Lilac. HEX triplet: EF, DE and F6. RGB value is (239,222,246). Sum of RGB (Red+Green+Blue) = 239+222+246=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 222 (87.11% from 255 or 31.40% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFDEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEF6 is #102109. Grayscale: #E5E5E5. Windows color (decimal): -1057034 or 16178927. OLE color: 16178927.
HSL color Cylindrical-coordinate representation of color #EFDEF6: hue angle of 282.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 #EFDEF6 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 222 | 246 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.04 |
| HSL | 282.5º | 0.57% | 0.92% | - |
| HSV(B) | 282.5º | 0.1% | 0.96% | - |
| XYZ | 78.35 | 77.25 | 97.97 | - |
| YUV | 229.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 246 | 0.03 | 0.10 | 0 | 0.04 | 282.5 | 0.57 | 0.92 |
| Hex | EF | DE | F6 | 3 | A | 0 | 4 | 11A | 39 | 5C |
| Octal | 357 | 336 | 366 | 3 | 12 | 0 | 4 | 432 | 71 | 134 |
| Binary | 11101111 | 11011110 | 11110110 | 11 | 1010 | 0 | 100 | 100011010 | 111001 | 1011100 |
Color Harmonies of #EFDEF6
Complementary color
Monochromatic Colors of #EFDEF6
Black with #EFDEF6
Text Example
Text Example
White with #EFDEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEF6; }
p { color: rgb(239,222,246); }
H1.HeaderClassName
{
color: #EFDEF6;
}
.AnyTagClassName
{
color: #EFDEF6;
}
</style>
background-color css
<style>
a { background-color: #EFDEF6; }
a { background-color: rgb(239,222,246); }
div.DivClassName
{
background-color: #EFDEF6;
}
.BgClassName
{
background-color: #EFDEF6;
}
</style>
border-color css
<style>
span { border-color: #EFDEF6; }
span { border-color: rgb(239,222,246); }
td.TdClassName
{
border-color: #EFDEF6;
}
.TagClassName
{
border-color: #EFDEF6;
}
</style>