Shades of White Lilac #EFECF0
Tints of White Lilac #EFECF0
RGB
CMYK
RGB Variations
Color information
#EFECF0 (or 0xEFECF0) is known color: White Lilac. HEX triplet: EF, EC and F0. RGB value is (239,236,240). Sum of RGB (Red+Green+Blue) = 239+236+240=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 236 (92.58% from 255 or 33.01% from 715); Blue value is 240 (94.14% from 255 or 33.57% from 715); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFECF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFECF0 is #10130F. Grayscale: #EDEDED. Windows color (decimal): -1053456 or 15789295. OLE color: 15789295.
HSL color Cylindrical-coordinate representation of color #EFECF0: hue angle of 285º degrees, saturation: 0.12, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFECF0 is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 236 | 240 | - |
CMYK | 0.00 | 0.02 | 0 | 0.06 |
HSL | 285º | 0.12% | 0.93% | - |
HSV(B) | 285º | 0.02% | 0.94% | - |
XYZ | 81.32 | 84.63 | 94.49 | - |
YUV | 237.35 | 129.49 | 129.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 236 | 240 | 0.00 | 0.02 | 0 | 0.06 | 285 | 0.12 | 0.93 |
Hex | EF | EC | F0 | 0 | 2 | 0 | 6 | 11D | C | 5D |
Octal | 357 | 354 | 360 | 0 | 2 | 0 | 6 | 435 | 14 | 135 |
Binary | 11101111 | 11101100 | 11110000 | 0 | 10 | 0 | 110 | 100011101 | 1100 | 1011101 |
Color Harmonies of #EFECF0
Complementary color
Monochromatic Colors of #EFECF0
Black with #EFECF0
Text Example
Text Example
White with #EFECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECF0; }
p { color: rgb(239,236,240); }
H1.HeaderClassName
{
color: #EFECF0;
}
.AnyTagClassName
{
color: #EFECF0;
}
</style>
background-color css
<style>
a { background-color: #EFECF0; }
a { background-color: rgb(239,236,240); }
div.DivClassName
{
background-color: #EFECF0;
}
.BgClassName
{
background-color: #EFECF0;
}
</style>
border-color css
<style>
span { border-color: #EFECF0; }
span { border-color: rgb(239,236,240); }
td.TdClassName
{
border-color: #EFECF0;
}
.TagClassName
{
border-color: #EFECF0;
}
</style>