Shades of White Lilac #EEDDFD
Tints of White Lilac #EEDDFD
RGB
CMYK
RGB Variations
Color information
#EEDDFD (or 0xEEDDFD) is known color: White Lilac. HEX triplet: EE, DD and FD. RGB value is (238,221,253). Sum of RGB (Red+Green+Blue) = 238+221+253=712 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.43% from 712); Green value is 221 (86.72% from 255 or 31.04% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEDDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDDFD is #112202. Grayscale: #E5E5E5. Windows color (decimal): -1122819 or 16637422. OLE color: 16637422.
HSL color Cylindrical-coordinate representation of color #EEDDFD: hue angle of 271.88º 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 #EEDDFD is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 221 | 253 | - |
CMYK | 0.06 | 0.13 | 0 | 0.01 |
HSL | 271.88º | 0.89% | 0.93% | - |
HSV(B) | 271.88º | 0.13% | 0.99% | - |
XYZ | 78.85 | 76.98 | 103.63 | - |
YUV | 229.73 | 141.13 | 133.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 221 | 253 | 0.06 | 0.13 | 0 | 0.01 | 271.88 | 0.89 | 0.93 |
Hex | EE | DD | FD | 6 | D | 0 | 1 | 110 | 59 | 5D |
Octal | 356 | 335 | 375 | 6 | 15 | 0 | 1 | 420 | 131 | 135 |
Binary | 11101110 | 11011101 | 11111101 | 110 | 1101 | 0 | 1 | 100010000 | 1011001 | 1011101 |
Color Harmonies of #EEDDFD
Complementary color
Monochromatic Colors of #EEDDFD
Black with #EEDDFD
Text Example
Text Example
White with #EEDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDFD; }
p { color: rgb(238,221,253); }
H1.HeaderClassName
{
color: #EEDDFD;
}
.AnyTagClassName
{
color: #EEDDFD;
}
</style>
background-color css
<style>
a { background-color: #EEDDFD; }
a { background-color: rgb(238,221,253); }
div.DivClassName
{
background-color: #EEDDFD;
}
.BgClassName
{
background-color: #EEDDFD;
}
</style>
border-color css
<style>
span { border-color: #EEDDFD; }
span { border-color: rgb(238,221,253); }
td.TdClassName
{
border-color: #EEDDFD;
}
.TagClassName
{
border-color: #EEDDFD;
}
</style>