Shades of White Lilac #EFDEF9
Tints of White Lilac #EFDEF9
RGB
CMYK
RGB Variations
Color information
#EFDEF9 (or 0xEFDEF9) is known color: White Lilac. HEX triplet: EF, DE and F9. RGB value is (239,222,249). Sum of RGB (Red+Green+Blue) = 239+222+249=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 222 (87.11% from 255 or 31.27% from 710); Blue value is 249 (97.66% from 255 or 35.07% from 710); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFDEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEF9 is #102106. Grayscale: #E6E6E6. Windows color (decimal): -1057031 or 16375535. OLE color: 16375535.
HSL color Cylindrical-coordinate representation of color #EFDEF9: hue angle of 277.78º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFDEF9 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 222 | 249 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.02 |
| HSL | 277.78º | 0.69% | 0.92% | - |
| HSV(B) | 277.78º | 0.11% | 0.98% | - |
| XYZ | 78.82 | 77.43 | 100.41 | - |
| YUV | 230.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 249 | 0.04 | 0.11 | 0 | 0.02 | 277.78 | 0.69 | 0.92 |
| Hex | EF | DE | F9 | 4 | B | 0 | 2 | 116 | 45 | 5C |
| Octal | 357 | 336 | 371 | 4 | 13 | 0 | 2 | 426 | 105 | 134 |
| Binary | 11101111 | 11011110 | 11111001 | 100 | 1011 | 0 | 10 | 100010110 | 1000101 | 1011100 |
Color Harmonies of #EFDEF9
Complementary color
Monochromatic Colors of #EFDEF9
Black with #EFDEF9
Text Example
Text Example
White with #EFDEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEF9; }
p { color: rgb(239,222,249); }
H1.HeaderClassName
{
color: #EFDEF9;
}
.AnyTagClassName
{
color: #EFDEF9;
}
</style>
background-color css
<style>
a { background-color: #EFDEF9; }
a { background-color: rgb(239,222,249); }
div.DivClassName
{
background-color: #EFDEF9;
}
.BgClassName
{
background-color: #EFDEF9;
}
</style>
border-color css
<style>
span { border-color: #EFDEF9; }
span { border-color: rgb(239,222,249); }
td.TdClassName
{
border-color: #EFDEF9;
}
.TagClassName
{
border-color: #EFDEF9;
}
</style>