Shades of White Lilac #EFE2FA
Tints of White Lilac #EFE2FA
RGB
CMYK
RGB Variations
Color information
#EFE2FA (or 0xEFE2FA) is known color: White Lilac. HEX triplet: EF, E2 and FA. RGB value is (239,226,250). Sum of RGB (Red+Green+Blue) = 239+226+250=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 226 (88.67% from 255 or 31.61% from 715); Blue value is 250 (98.05% from 255 or 34.97% from 715); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFE2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE2FA is #101D05. Grayscale: #E8E8E8. Windows color (decimal): -1056006 or 16442095. OLE color: 16442095.
HSL color Cylindrical-coordinate representation of color #EFE2FA: hue angle of 272.5º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFE2FA is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 226 | 250 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.02 |
| HSL | 272.5º | 0.71% | 0.93% | - |
| HSV(B) | 272.5º | 0.1% | 0.98% | - |
| XYZ | 80.05 | 79.65 | 101.6 | - |
| YUV | 232.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 250 | 0.04 | 0.10 | 0 | 0.02 | 272.5 | 0.71 | 0.93 |
| Hex | EF | E2 | FA | 4 | A | 0 | 2 | 110 | 47 | 5D |
| Octal | 357 | 342 | 372 | 4 | 12 | 0 | 2 | 420 | 107 | 135 |
| Binary | 11101111 | 11100010 | 11111010 | 100 | 1010 | 0 | 10 | 100010000 | 1000111 | 1011101 |
Color Harmonies of #EFE2FA
Complementary color
Monochromatic Colors of #EFE2FA
Black with #EFE2FA
Text Example
Text Example
White with #EFE2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2FA; }
p { color: rgb(239,226,250); }
H1.HeaderClassName
{
color: #EFE2FA;
}
.AnyTagClassName
{
color: #EFE2FA;
}
</style>
background-color css
<style>
a { background-color: #EFE2FA; }
a { background-color: rgb(239,226,250); }
div.DivClassName
{
background-color: #EFE2FA;
}
.BgClassName
{
background-color: #EFE2FA;
}
</style>
border-color css
<style>
span { border-color: #EFE2FA; }
span { border-color: rgb(239,226,250); }
td.TdClassName
{
border-color: #EFE2FA;
}
.TagClassName
{
border-color: #EFE2FA;
}
</style>