Shades of White Lilac #EFE0FC
Tints of White Lilac #EFE0FC
RGB
CMYK
RGB Variations
Color information
#EFE0FC (or 0xEFE0FC) is known color: White Lilac. HEX triplet: EF, E0 and FC. RGB value is (239,224,252). Sum of RGB (Red+Green+Blue) = 239+224+252=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 224 (87.89% from 255 or 31.33% from 715); Blue value is 252 (98.83% from 255 or 35.24% from 715); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFE0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE0FC is #101F03. Grayscale: #E7E7E7. Windows color (decimal): -1056516 or 16572655. OLE color: 16572655.
HSL color Cylindrical-coordinate representation of color #EFE0FC: hue angle of 272.14º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFE0FC is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 224 | 252 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.01 |
| HSL | 272.14º | 0.82% | 0.93% | - |
| HSV(B) | 272.14º | 0.11% | 0.99% | - |
| XYZ | 79.82 | 78.69 | 103.08 | - |
| YUV | 231.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 252 | 0.05 | 0.11 | 0 | 0.01 | 272.14 | 0.82 | 0.93 |
| Hex | EF | E0 | FC | 5 | B | 0 | 1 | 110 | 52 | 5D |
| Octal | 357 | 340 | 374 | 5 | 13 | 0 | 1 | 420 | 122 | 135 |
| Binary | 11101111 | 11100000 | 11111100 | 101 | 1011 | 0 | 1 | 100010000 | 1010010 | 1011101 |
Color Harmonies of #EFE0FC
Complementary color
Monochromatic Colors of #EFE0FC
Black with #EFE0FC
Text Example
Text Example
White with #EFE0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE0FC; }
p { color: rgb(239,224,252); }
H1.HeaderClassName
{
color: #EFE0FC;
}
.AnyTagClassName
{
color: #EFE0FC;
}
</style>
background-color css
<style>
a { background-color: #EFE0FC; }
a { background-color: rgb(239,224,252); }
div.DivClassName
{
background-color: #EFE0FC;
}
.BgClassName
{
background-color: #EFE0FC;
}
</style>
border-color css
<style>
span { border-color: #EFE0FC; }
span { border-color: rgb(239,224,252); }
td.TdClassName
{
border-color: #EFE0FC;
}
.TagClassName
{
border-color: #EFE0FC;
}
</style>