Shades of White Lilac #EFDEFC
Tints of White Lilac #EFDEFC
RGB
CMYK
RGB Variations
Color information
#EFDEFC (or 0xEFDEFC) is known color: White Lilac. HEX triplet: EF, DE and FC. RGB value is (239,222,252). Sum of RGB (Red+Green+Blue) = 239+222+252=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 222 (87.11% from 255 or 31.14% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFDEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEFC is #102103. Grayscale: #E6E6E6. Windows color (decimal): -1057028 or 16572143. OLE color: 16572143.
HSL color Cylindrical-coordinate representation of color #EFDEFC: hue angle of 274º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFDEFC is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 222 | 252 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.01 |
| HSL | 274º | 0.83% | 0.93% | - |
| HSV(B) | 274º | 0.12% | 0.99% | - |
| XYZ | 79.29 | 77.62 | 102.9 | - |
| YUV | 230.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 252 | 0.05 | 0.12 | 0 | 0.01 | 274 | 0.83 | 0.93 |
| Hex | EF | DE | FC | 5 | C | 0 | 1 | 112 | 53 | 5D |
| Octal | 357 | 336 | 374 | 5 | 14 | 0 | 1 | 422 | 123 | 135 |
| Binary | 11101111 | 11011110 | 11111100 | 101 | 1100 | 0 | 1 | 100010010 | 1010011 | 1011101 |
Color Harmonies of #EFDEFC
Complementary color
Monochromatic Colors of #EFDEFC
Black with #EFDEFC
Text Example
Text Example
White with #EFDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEFC; }
p { color: rgb(239,222,252); }
H1.HeaderClassName
{
color: #EFDEFC;
}
.AnyTagClassName
{
color: #EFDEFC;
}
</style>
background-color css
<style>
a { background-color: #EFDEFC; }
a { background-color: rgb(239,222,252); }
div.DivClassName
{
background-color: #EFDEFC;
}
.BgClassName
{
background-color: #EFDEFC;
}
</style>
border-color css
<style>
span { border-color: #EFDEFC; }
span { border-color: rgb(239,222,252); }
td.TdClassName
{
border-color: #EFDEFC;
}
.TagClassName
{
border-color: #EFDEFC;
}
</style>