Shades of White Lilac #EFE7F2
Tints of White Lilac #EFE7F2
RGB
CMYK
RGB Variations
Color information
#EFE7F2 (or 0xEFE7F2) is known color: White Lilac. HEX triplet: EF, E7 and F2. RGB value is (239,231,242). Sum of RGB (Red+Green+Blue) = 239+231+242=712 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.57% from 712); Green value is 231 (90.62% from 255 or 32.44% from 712); Blue value is 242 (94.92% from 255 or 33.99% from 712); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFE7F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE7F2 is #10180D. Grayscale: #EAEAEA. Windows color (decimal): -1054734 or 15919087. OLE color: 15919087.
HSL color Cylindrical-coordinate representation of color #EFE7F2: hue angle of 283.64º degrees, saturation: 0.3, 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 #EFE7F2 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 231 | 242 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.05 |
| HSL | 283.64º | 0.3% | 0.93% | - |
| HSV(B) | 283.64º | 0.05% | 0.95% | - |
| XYZ | 80.2 | 81.91 | 95.59 | - |
| YUV | 234.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 242 | 0.01 | 0.05 | 0 | 0.05 | 283.64 | 0.3 | 0.93 |
| Hex | EF | E7 | F2 | 1 | 5 | 0 | 5 | 11C | 1E | 5D |
| Octal | 357 | 347 | 362 | 1 | 5 | 0 | 5 | 434 | 36 | 135 |
| Binary | 11101111 | 11100111 | 11110010 | 1 | 101 | 0 | 101 | 100011100 | 11110 | 1011101 |
Color Harmonies of #EFE7F2
Complementary color
Monochromatic Colors of #EFE7F2
Black with #EFE7F2
Text Example
Text Example
White with #EFE7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE7F2; }
p { color: rgb(239,231,242); }
H1.HeaderClassName
{
color: #EFE7F2;
}
.AnyTagClassName
{
color: #EFE7F2;
}
</style>
background-color css
<style>
a { background-color: #EFE7F2; }
a { background-color: rgb(239,231,242); }
div.DivClassName
{
background-color: #EFE7F2;
}
.BgClassName
{
background-color: #EFE7F2;
}
</style>
border-color css
<style>
span { border-color: #EFE7F2; }
span { border-color: rgb(239,231,242); }
td.TdClassName
{
border-color: #EFE7F2;
}
.TagClassName
{
border-color: #EFE7F2;
}
</style>