Shades of White Lilac #EFE2F6
Tints of White Lilac #EFE2F6
RGB
CMYK
RGB Variations
Color information
#EFE2F6 (or 0xEFE2F6) is known color: White Lilac. HEX triplet: EF, E2 and F6. RGB value is (239,226,246). Sum of RGB (Red+Green+Blue) = 239+226+246=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 226 (88.67% from 255 or 31.79% from 711); Blue value is 246 (96.48% from 255 or 34.60% from 711); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFE2F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE2F6 is #101D09. Grayscale: #E8E8E8. Windows color (decimal): -1056010 or 16179951. OLE color: 16179951.
HSL color Cylindrical-coordinate representation of color #EFE2F6: hue angle of 279º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFE2F6 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 226 | 246 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.04 |
| HSL | 279º | 0.53% | 0.93% | - |
| HSV(B) | 279º | 0.08% | 0.96% | - |
| XYZ | 79.43 | 79.4 | 98.33 | - |
| YUV | 232.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 246 | 0.03 | 0.08 | 0 | 0.04 | 279 | 0.53 | 0.93 |
| Hex | EF | E2 | F6 | 3 | 8 | 0 | 4 | 117 | 35 | 5D |
| Octal | 357 | 342 | 366 | 3 | 10 | 0 | 4 | 427 | 65 | 135 |
| Binary | 11101111 | 11100010 | 11110110 | 11 | 1000 | 0 | 100 | 100010111 | 110101 | 1011101 |
Color Harmonies of #EFE2F6
Complementary color
Monochromatic Colors of #EFE2F6
Black with #EFE2F6
Text Example
Text Example
White with #EFE2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2F6; }
p { color: rgb(239,226,246); }
H1.HeaderClassName
{
color: #EFE2F6;
}
.AnyTagClassName
{
color: #EFE2F6;
}
</style>
background-color css
<style>
a { background-color: #EFE2F6; }
a { background-color: rgb(239,226,246); }
div.DivClassName
{
background-color: #EFE2F6;
}
.BgClassName
{
background-color: #EFE2F6;
}
</style>
border-color css
<style>
span { border-color: #EFE2F6; }
span { border-color: rgb(239,226,246); }
td.TdClassName
{
border-color: #EFE2F6;
}
.TagClassName
{
border-color: #EFE2F6;
}
</style>