Shades of White Lilac #EFE2FB
Tints of White Lilac #EFE2FB
RGB
CMYK
RGB Variations
Color information
#EFE2FB (or 0xEFE2FB) is known color: White Lilac. HEX triplet: EF, E2 and FB. RGB value is (239,226,251). Sum of RGB (Red+Green+Blue) = 239+226+251=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 226 (88.67% from 255 or 31.56% from 716); Blue value is 251 (98.44% from 255 or 35.06% from 716); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFE2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE2FB is #101D04. Grayscale: #E8E8E8. Windows color (decimal): -1056005 or 16507631. OLE color: 16507631.
HSL color Cylindrical-coordinate representation of color #EFE2FB: hue angle of 271.2º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFE2FB is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 226 | 251 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.02 |
| HSL | 271.2º | 0.76% | 0.94% | - |
| HSV(B) | 271.2º | 0.1% | 0.98% | - |
| XYZ | 80.21 | 79.71 | 102.42 | - |
| YUV | 232.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 251 | 0.05 | 0.10 | 0 | 0.02 | 271.2 | 0.76 | 0.94 |
| Hex | EF | E2 | FB | 5 | A | 0 | 2 | 10F | 4C | 5E |
| Octal | 357 | 342 | 373 | 5 | 12 | 0 | 2 | 417 | 114 | 136 |
| Binary | 11101111 | 11100010 | 11111011 | 101 | 1010 | 0 | 10 | 100001111 | 1001100 | 1011110 |
Color Harmonies of #EFE2FB
Complementary color
Monochromatic Colors of #EFE2FB
Black with #EFE2FB
Text Example
Text Example
White with #EFE2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2FB; }
p { color: rgb(239,226,251); }
H1.HeaderClassName
{
color: #EFE2FB;
}
.AnyTagClassName
{
color: #EFE2FB;
}
</style>
background-color css
<style>
a { background-color: #EFE2FB; }
a { background-color: rgb(239,226,251); }
div.DivClassName
{
background-color: #EFE2FB;
}
.BgClassName
{
background-color: #EFE2FB;
}
</style>
border-color css
<style>
span { border-color: #EFE2FB; }
span { border-color: rgb(239,226,251); }
td.TdClassName
{
border-color: #EFE2FB;
}
.TagClassName
{
border-color: #EFE2FB;
}
</style>