Shades of White Lilac #EFEAF1
Tints of White Lilac #EFEAF1
RGB
CMYK
RGB Variations
Color information
#EFEAF1 (or 0xEFEAF1) is known color: White Lilac. HEX triplet: EF, EA and F1. RGB value is (239,234,241). Sum of RGB (Red+Green+Blue) = 239+234+241=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 234 (91.80% from 255 or 32.77% from 714); Blue value is 241 (94.53% from 255 or 33.75% from 714); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFEAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEAF1 is #10150E. Grayscale: #ECECEC. Windows color (decimal): -1053967 or 15854319. OLE color: 15854319.
HSL color Cylindrical-coordinate representation of color #EFEAF1: hue angle of 282.86º degrees, saturation: 0.2, 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 #EFEAF1 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 234 | 241 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.05 |
| HSL | 282.86º | 0.2% | 0.93% | - |
| HSV(B) | 282.86º | 0.03% | 0.95% | - |
| XYZ | 80.9 | 83.55 | 95.08 | - |
| YUV | 236.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 241 | 0.01 | 0.03 | 0 | 0.05 | 282.86 | 0.2 | 0.93 |
| Hex | EF | EA | F1 | 1 | 3 | 0 | 5 | 11B | 14 | 5D |
| Octal | 357 | 352 | 361 | 1 | 3 | 0 | 5 | 433 | 24 | 135 |
| Binary | 11101111 | 11101010 | 11110001 | 1 | 11 | 0 | 101 | 100011011 | 10100 | 1011101 |
Color Harmonies of #EFEAF1
Complementary color
Monochromatic Colors of #EFEAF1
Black with #EFEAF1
Text Example
Text Example
White with #EFEAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAF1; }
p { color: rgb(239,234,241); }
H1.HeaderClassName
{
color: #EFEAF1;
}
.AnyTagClassName
{
color: #EFEAF1;
}
</style>
background-color css
<style>
a { background-color: #EFEAF1; }
a { background-color: rgb(239,234,241); }
div.DivClassName
{
background-color: #EFEAF1;
}
.BgClassName
{
background-color: #EFEAF1;
}
</style>
border-color css
<style>
span { border-color: #EFEAF1; }
span { border-color: rgb(239,234,241); }
td.TdClassName
{
border-color: #EFEAF1;
}
.TagClassName
{
border-color: #EFEAF1;
}
</style>