Shades of White Lilac #EEDCFD
Tints of White Lilac #EEDCFD
RGB
CMYK
RGB Variations
Color information
#EEDCFD (or 0xEEDCFD) is known color: White Lilac. HEX triplet: EE, DC and FD. RGB value is (238,220,253). Sum of RGB (Red+Green+Blue) = 238+220+253=711 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.47% from 711); Green value is 220 (86.33% from 255 or 30.94% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEDCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCFD is #112302. Grayscale: #E5E5E5. Windows color (decimal): -1123075 or 16637166. OLE color: 16637166.
HSL color Cylindrical-coordinate representation of color #EEDCFD: hue angle of 272.73º 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 #EEDCFD is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 220 | 253 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.01 |
| HSL | 272.73º | 0.89% | 0.93% | - |
| HSV(B) | 272.73º | 0.13% | 0.99% | - |
| XYZ | 78.58 | 76.46 | 103.54 | - |
| YUV | 229.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 253 | 0.06 | 0.13 | 0 | 0.01 | 272.73 | 0.89 | 0.93 |
| Hex | EE | DC | FD | 6 | D | 0 | 1 | 111 | 59 | 5D |
| Octal | 356 | 334 | 375 | 6 | 15 | 0 | 1 | 421 | 131 | 135 |
| Binary | 11101110 | 11011100 | 11111101 | 110 | 1101 | 0 | 1 | 100010001 | 1011001 | 1011101 |
Color Harmonies of #EEDCFD
Complementary color
Monochromatic Colors of #EEDCFD
Black with #EEDCFD
Text Example
Text Example
White with #EEDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCFD; }
p { color: rgb(238,220,253); }
H1.HeaderClassName
{
color: #EEDCFD;
}
.AnyTagClassName
{
color: #EEDCFD;
}
</style>
background-color css
<style>
a { background-color: #EEDCFD; }
a { background-color: rgb(238,220,253); }
div.DivClassName
{
background-color: #EEDCFD;
}
.BgClassName
{
background-color: #EEDCFD;
}
</style>
border-color css
<style>
span { border-color: #EEDCFD; }
span { border-color: rgb(238,220,253); }
td.TdClassName
{
border-color: #EEDCFD;
}
.TagClassName
{
border-color: #EEDCFD;
}
</style>