Shades of White Lilac #EFE1F9
Tints of White Lilac #EFE1F9
RGB
CMYK
RGB Variations
Color information
#EFE1F9 (or 0xEFE1F9) is known color: White Lilac. HEX triplet: EF, E1 and F9. RGB value is (239,225,249). Sum of RGB (Red+Green+Blue) = 239+225+249=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 225 (88.28% from 255 or 31.56% from 713); Blue value is 249 (97.66% from 255 or 34.92% from 713); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFE1F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE1F9 is #101E06. Grayscale: #E7E7E7. Windows color (decimal): -1056263 or 16376303. OLE color: 16376303.
HSL color Cylindrical-coordinate representation of color #EFE1F9: hue angle of 275º degrees, saturation: 0.67, 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 #EFE1F9 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 225 | 249 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.02 |
| HSL | 275º | 0.67% | 0.93% | - |
| HSV(B) | 275º | 0.1% | 0.98% | - |
| XYZ | 79.62 | 79.04 | 100.68 | - |
| YUV | 231.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 249 | 0.04 | 0.10 | 0 | 0.02 | 275 | 0.67 | 0.93 |
| Hex | EF | E1 | F9 | 4 | A | 0 | 2 | 113 | 43 | 5D |
| Octal | 357 | 341 | 371 | 4 | 12 | 0 | 2 | 423 | 103 | 135 |
| Binary | 11101111 | 11100001 | 11111001 | 100 | 1010 | 0 | 10 | 100010011 | 1000011 | 1011101 |
Color Harmonies of #EFE1F9
Complementary color
Monochromatic Colors of #EFE1F9
Black with #EFE1F9
Text Example
Text Example
White with #EFE1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE1F9; }
p { color: rgb(239,225,249); }
H1.HeaderClassName
{
color: #EFE1F9;
}
.AnyTagClassName
{
color: #EFE1F9;
}
</style>
background-color css
<style>
a { background-color: #EFE1F9; }
a { background-color: rgb(239,225,249); }
div.DivClassName
{
background-color: #EFE1F9;
}
.BgClassName
{
background-color: #EFE1F9;
}
</style>
border-color css
<style>
span { border-color: #EFE1F9; }
span { border-color: rgb(239,225,249); }
td.TdClassName
{
border-color: #EFE1F9;
}
.TagClassName
{
border-color: #EFE1F9;
}
</style>