Shades of White Lilac #EFE6F2
Tints of White Lilac #EFE6F2
RGB
CMYK
RGB Variations
Color information
#EFE6F2 (or 0xEFE6F2) is known color: White Lilac. HEX triplet: EF, E6 and F2. RGB value is (239,230,242). Sum of RGB (Red+Green+Blue) = 239+230+242=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 230 (90.23% from 255 or 32.35% from 711); Blue value is 242 (94.92% from 255 or 34.04% from 711); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFE6F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE6F2 is #10190D. Grayscale: #EAEAEA. Windows color (decimal): -1054990 or 15918831. OLE color: 15918831.
HSL color Cylindrical-coordinate representation of color #EFE6F2: hue angle of 285º degrees, saturation: 0.32, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFE6F2 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 230 | 242 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.05 |
| HSL | 285º | 0.32% | 0.93% | - |
| HSV(B) | 285º | 0.05% | 0.95% | - |
| XYZ | 79.92 | 81.36 | 95.5 | - |
| YUV | 234.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 242 | 0.01 | 0.05 | 0 | 0.05 | 285 | 0.32 | 0.93 |
| Hex | EF | E6 | F2 | 1 | 5 | 0 | 5 | 11D | 20 | 5D |
| Octal | 357 | 346 | 362 | 1 | 5 | 0 | 5 | 435 | 40 | 135 |
| Binary | 11101111 | 11100110 | 11110010 | 1 | 101 | 0 | 101 | 100011101 | 100000 | 1011101 |
Color Harmonies of #EFE6F2
Complementary color
Monochromatic Colors of #EFE6F2
Black with #EFE6F2
Text Example
Text Example
White with #EFE6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE6F2; }
p { color: rgb(239,230,242); }
H1.HeaderClassName
{
color: #EFE6F2;
}
.AnyTagClassName
{
color: #EFE6F2;
}
</style>
background-color css
<style>
a { background-color: #EFE6F2; }
a { background-color: rgb(239,230,242); }
div.DivClassName
{
background-color: #EFE6F2;
}
.BgClassName
{
background-color: #EFE6F2;
}
</style>
border-color css
<style>
span { border-color: #EFE6F2; }
span { border-color: rgb(239,230,242); }
td.TdClassName
{
border-color: #EFE6F2;
}
.TagClassName
{
border-color: #EFE6F2;
}
</style>