Shades of White Lilac #EFDDF5
Tints of White Lilac #EFDDF5
RGB
CMYK
RGB Variations
Color information
#EFDDF5 (or 0xEFDDF5) is known color: White Lilac. HEX triplet: EF, DD and F5. RGB value is (239,221,245). Sum of RGB (Red+Green+Blue) = 239+221+245=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 245 (96.09% from 255 or 34.75% from 705); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFDDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDF5 is #10220A. Grayscale: #E5E5E5. Windows color (decimal): -1057291 or 16113135. OLE color: 16113135.
HSL color Cylindrical-coordinate representation of color #EFDDF5: hue angle of 285º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFDDF5 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 239 | 221 | 245 | - |
CMYK | 0.02 | 0.10 | 0 | 0.04 |
HSL | 285º | 0.55% | 0.91% | - |
HSV(B) | 285º | 0.1% | 0.96% | - |
XYZ | 77.93 | 76.66 | 97.07 | - |
YUV | 229.12 | 136.96 | 135.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 221 | 245 | 0.02 | 0.10 | 0 | 0.04 | 285 | 0.55 | 0.91 |
Hex | EF | DD | F5 | 2 | A | 0 | 4 | 11D | 37 | 5B |
Octal | 357 | 335 | 365 | 2 | 12 | 0 | 4 | 435 | 67 | 133 |
Binary | 11101111 | 11011101 | 11110101 | 10 | 1010 | 0 | 100 | 100011101 | 110111 | 1011011 |
Color Harmonies of #EFDDF5
Complementary color
Monochromatic Colors of #EFDDF5
Black with #EFDDF5
Text Example
Text Example
White with #EFDDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDF5; }
p { color: rgb(239,221,245); }
H1.HeaderClassName
{
color: #EFDDF5;
}
.AnyTagClassName
{
color: #EFDDF5;
}
</style>
background-color css
<style>
a { background-color: #EFDDF5; }
a { background-color: rgb(239,221,245); }
div.DivClassName
{
background-color: #EFDDF5;
}
.BgClassName
{
background-color: #EFDDF5;
}
</style>
border-color css
<style>
span { border-color: #EFDDF5; }
span { border-color: rgb(239,221,245); }
td.TdClassName
{
border-color: #EFDDF5;
}
.TagClassName
{
border-color: #EFDDF5;
}
</style>