Shades of White Lilac #EFDDFD
Tints of White Lilac #EFDDFD
RGB
CMYK
RGB Variations
Color information
#EFDDFD (or 0xEFDDFD) is known color: White Lilac. HEX triplet: EF, DD and FD. RGB value is (239,221,253). Sum of RGB (Red+Green+Blue) = 239+221+253=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 221 (86.72% from 255 or 31.00% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFDDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDFD is #102202. Grayscale: #E5E5E5. Windows color (decimal): -1057283 or 16637423. OLE color: 16637423.
HSL color Cylindrical-coordinate representation of color #EFDDFD: hue angle of 273.75º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFDDFD is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 239 | 221 | 253 | - |
CMYK | 0.06 | 0.13 | 0 | 0.01 |
HSL | 273.75º | 0.89% | 0.93% | - |
HSV(B) | 273.75º | 0.13% | 0.99% | - |
XYZ | 79.18 | 77.16 | 103.65 | - |
YUV | 230.03 | 140.96 | 134.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 221 | 253 | 0.06 | 0.13 | 0 | 0.01 | 273.75 | 0.89 | 0.93 |
Hex | EF | DD | FD | 6 | D | 0 | 1 | 112 | 59 | 5D |
Octal | 357 | 335 | 375 | 6 | 15 | 0 | 1 | 422 | 131 | 135 |
Binary | 11101111 | 11011101 | 11111101 | 110 | 1101 | 0 | 1 | 100010010 | 1011001 | 1011101 |
Color Harmonies of #EFDDFD
Complementary color
Monochromatic Colors of #EFDDFD
Black with #EFDDFD
Text Example
Text Example
White with #EFDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDFD; }
p { color: rgb(239,221,253); }
H1.HeaderClassName
{
color: #EFDDFD;
}
.AnyTagClassName
{
color: #EFDDFD;
}
</style>
background-color css
<style>
a { background-color: #EFDDFD; }
a { background-color: rgb(239,221,253); }
div.DivClassName
{
background-color: #EFDDFD;
}
.BgClassName
{
background-color: #EFDDFD;
}
</style>
border-color css
<style>
span { border-color: #EFDDFD; }
span { border-color: rgb(239,221,253); }
td.TdClassName
{
border-color: #EFDDFD;
}
.TagClassName
{
border-color: #EFDDFD;
}
</style>