Shades of White Lilac #EFDFFC
Tints of White Lilac #EFDFFC
RGB
CMYK
RGB Variations
Color information
#EFDFFC (or 0xEFDFFC) is known color: White Lilac. HEX triplet: EF, DF and FC. RGB value is (239,223,252). Sum of RGB (Red+Green+Blue) = 239+223+252=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 223 (87.5% from 255 or 31.23% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFDFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFFC is #102003. Grayscale: #E6E6E6. Windows color (decimal): -1056772 or 16572399. OLE color: 16572399.
HSL color Cylindrical-coordinate representation of color #EFDFFC: hue angle of 273.1º 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 #EFDFFC is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 239 | 223 | 252 | - |
CMYK | 0.05 | 0.12 | 0 | 0.01 |
HSL | 273.1º | 0.83% | 0.93% | - |
HSV(B) | 273.1º | 0.12% | 0.99% | - |
XYZ | 79.55 | 78.15 | 102.99 | - |
YUV | 231.09 | 139.8 | 133.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 223 | 252 | 0.05 | 0.12 | 0 | 0.01 | 273.1 | 0.83 | 0.93 |
Hex | EF | DF | FC | 5 | C | 0 | 1 | 111 | 53 | 5D |
Octal | 357 | 337 | 374 | 5 | 14 | 0 | 1 | 421 | 123 | 135 |
Binary | 11101111 | 11011111 | 11111100 | 101 | 1100 | 0 | 1 | 100010001 | 1010011 | 1011101 |
Color Harmonies of #EFDFFC
Complementary color
Monochromatic Colors of #EFDFFC
Black with #EFDFFC
Text Example
Text Example
White with #EFDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFFC; }
p { color: rgb(239,223,252); }
H1.HeaderClassName
{
color: #EFDFFC;
}
.AnyTagClassName
{
color: #EFDFFC;
}
</style>
background-color css
<style>
a { background-color: #EFDFFC; }
a { background-color: rgb(239,223,252); }
div.DivClassName
{
background-color: #EFDFFC;
}
.BgClassName
{
background-color: #EFDFFC;
}
</style>
border-color css
<style>
span { border-color: #EFDFFC; }
span { border-color: rgb(239,223,252); }
td.TdClassName
{
border-color: #EFDFFC;
}
.TagClassName
{
border-color: #EFDFFC;
}
</style>