Shades of White Lilac #EFE5F8
Tints of White Lilac #EFE5F8
RGB
CMYK
RGB Variations
Color information
#EFE5F8 (or 0xEFE5F8) is known color: White Lilac. HEX triplet: EF, E5 and F8. RGB value is (239,229,248). Sum of RGB (Red+Green+Blue) = 239+229+248=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 229 (89.84% from 255 or 31.98% from 716); Blue value is 248 (97.27% from 255 or 34.64% from 716); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFE5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE5F8 is #101A07. Grayscale: #EAEAEA. Windows color (decimal): -1055240 or 16311791. OLE color: 16311791.
HSL color Cylindrical-coordinate representation of color #EFE5F8: hue angle of 271.58º degrees, saturation: 0.58, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFE5F8 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 229 | 248 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.03 |
| HSL | 271.58º | 0.58% | 0.94% | - |
| HSV(B) | 271.58º | 0.08% | 0.97% | - |
| XYZ | 80.56 | 81.17 | 100.23 | - |
| YUV | 234.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 248 | 0.04 | 0.08 | 0 | 0.03 | 271.58 | 0.58 | 0.94 |
| Hex | EF | E5 | F8 | 4 | 8 | 0 | 3 | 110 | 3A | 5E |
| Octal | 357 | 345 | 370 | 4 | 10 | 0 | 3 | 420 | 72 | 136 |
| Binary | 11101111 | 11100101 | 11111000 | 100 | 1000 | 0 | 11 | 100010000 | 111010 | 1011110 |
Color Harmonies of #EFE5F8
Complementary color
Monochromatic Colors of #EFE5F8
Black with #EFE5F8
Text Example
Text Example
White with #EFE5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5F8; }
p { color: rgb(239,229,248); }
H1.HeaderClassName
{
color: #EFE5F8;
}
.AnyTagClassName
{
color: #EFE5F8;
}
</style>
background-color css
<style>
a { background-color: #EFE5F8; }
a { background-color: rgb(239,229,248); }
div.DivClassName
{
background-color: #EFE5F8;
}
.BgClassName
{
background-color: #EFE5F8;
}
</style>
border-color css
<style>
span { border-color: #EFE5F8; }
span { border-color: rgb(239,229,248); }
td.TdClassName
{
border-color: #EFE5F8;
}
.TagClassName
{
border-color: #EFE5F8;
}
</style>