Shades of White Lilac #EFEAF2
Tints of White Lilac #EFEAF2
RGB
CMYK
RGB Variations
Color information
#EFEAF2 (or 0xEFEAF2) is known color: White Lilac. HEX triplet: EF, EA and F2. RGB value is (239,234,242). Sum of RGB (Red+Green+Blue) = 239+234+242=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 234 (91.80% from 255 or 32.73% from 715); Blue value is 242 (94.92% from 255 or 33.85% from 715); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFEAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEAF2 is #10150D. Grayscale: #ECECEC. Windows color (decimal): -1053966 or 15919855. OLE color: 15919855.
HSL color Cylindrical-coordinate representation of color #EFEAF2: hue angle of 277.5º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFEAF2 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 239 | 234 | 242 | - |
CMYK | 0.01 | 0.03 | 0 | 0.05 |
HSL | 277.5º | 0.24% | 0.93% | - |
HSV(B) | 277.5º | 0.03% | 0.95% | - |
XYZ | 81.05 | 83.61 | 95.87 | - |
YUV | 236.41 | 131.16 | 129.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 234 | 242 | 0.01 | 0.03 | 0 | 0.05 | 277.5 | 0.24 | 0.93 |
Hex | EF | EA | F2 | 1 | 3 | 0 | 5 | 116 | 18 | 5D |
Octal | 357 | 352 | 362 | 1 | 3 | 0 | 5 | 426 | 30 | 135 |
Binary | 11101111 | 11101010 | 11110010 | 1 | 11 | 0 | 101 | 100010110 | 11000 | 1011101 |
Color Harmonies of #EFEAF2
Complementary color
Monochromatic Colors of #EFEAF2
Black with #EFEAF2
Text Example
Text Example
White with #EFEAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAF2; }
p { color: rgb(239,234,242); }
H1.HeaderClassName
{
color: #EFEAF2;
}
.AnyTagClassName
{
color: #EFEAF2;
}
</style>
background-color css
<style>
a { background-color: #EFEAF2; }
a { background-color: rgb(239,234,242); }
div.DivClassName
{
background-color: #EFEAF2;
}
.BgClassName
{
background-color: #EFEAF2;
}
</style>
border-color css
<style>
span { border-color: #EFEAF2; }
span { border-color: rgb(239,234,242); }
td.TdClassName
{
border-color: #EFEAF2;
}
.TagClassName
{
border-color: #EFEAF2;
}
</style>