Shades of White Lilac #EFE5F3
Tints of White Lilac #EFE5F3
RGB
CMYK
RGB Variations
Color information
#EFE5F3 (or 0xEFE5F3) is known color: White Lilac. HEX triplet: EF, E5 and F3. RGB value is (239,229,243). Sum of RGB (Red+Green+Blue) = 239+229+243=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 229 (89.84% from 255 or 32.21% from 711); Blue value is 243 (95.31% from 255 or 34.18% from 711); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFE5F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE5F3 is #101A0C. Grayscale: #E9E9E9. Windows color (decimal): -1055245 or 15984111. OLE color: 15984111.
HSL color Cylindrical-coordinate representation of color #EFE5F3: hue angle of 282.86º degrees, saturation: 0.37, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFE5F3 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 229 | 243 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.05 |
| HSL | 282.86º | 0.37% | 0.93% | - |
| HSV(B) | 282.86º | 0.06% | 0.95% | - |
| XYZ | 79.79 | 80.86 | 96.2 | - |
| YUV | 233.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 243 | 0.02 | 0.06 | 0 | 0.05 | 282.86 | 0.37 | 0.93 |
| Hex | EF | E5 | F3 | 2 | 6 | 0 | 5 | 11B | 25 | 5D |
| Octal | 357 | 345 | 363 | 2 | 6 | 0 | 5 | 433 | 45 | 135 |
| Binary | 11101111 | 11100101 | 11110011 | 10 | 110 | 0 | 101 | 100011011 | 100101 | 1011101 |
Color Harmonies of #EFE5F3
Complementary color
Monochromatic Colors of #EFE5F3
Black with #EFE5F3
Text Example
Text Example
White with #EFE5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5F3; }
p { color: rgb(239,229,243); }
H1.HeaderClassName
{
color: #EFE5F3;
}
.AnyTagClassName
{
color: #EFE5F3;
}
</style>
background-color css
<style>
a { background-color: #EFE5F3; }
a { background-color: rgb(239,229,243); }
div.DivClassName
{
background-color: #EFE5F3;
}
.BgClassName
{
background-color: #EFE5F3;
}
</style>
border-color css
<style>
span { border-color: #EFE5F3; }
span { border-color: rgb(239,229,243); }
td.TdClassName
{
border-color: #EFE5F3;
}
.TagClassName
{
border-color: #EFE5F3;
}
</style>