Shades of White Lilac #EEDCFC
Tints of White Lilac #EEDCFC
RGB
CMYK
RGB Variations
Color information
#EEDCFC (or 0xEEDCFC) is known color: White Lilac. HEX triplet: EE, DC and FC. RGB value is (238,220,252). Sum of RGB (Red+Green+Blue) = 238+220+252=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 220 (86.33% from 255 or 30.99% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEDCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCFC is #112303. Grayscale: #E4E4E4. Windows color (decimal): -1123076 or 16571630. OLE color: 16571630.
HSL color Cylindrical-coordinate representation of color #EEDCFC: hue angle of 273.75º degrees, saturation: 0.84, 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 #EEDCFC is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 220 | 252 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.01 |
| HSL | 273.75º | 0.84% | 0.93% | - |
| HSV(B) | 273.75º | 0.13% | 0.99% | - |
| XYZ | 78.42 | 76.39 | 102.71 | - |
| YUV | 229.03 | 140.96 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 252 | 0.06 | 0.13 | 0 | 0.01 | 273.75 | 0.84 | 0.93 |
| Hex | EE | DC | FC | 6 | D | 0 | 1 | 112 | 54 | 5D |
| Octal | 356 | 334 | 374 | 6 | 15 | 0 | 1 | 422 | 124 | 135 |
| Binary | 11101110 | 11011100 | 11111100 | 110 | 1101 | 0 | 1 | 100010010 | 1010100 | 1011101 |
Color Harmonies of #EEDCFC
Complementary color
Monochromatic Colors of #EEDCFC
Black with #EEDCFC
Text Example
Text Example
White with #EEDCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCFC; }
p { color: rgb(238,220,252); }
H1.HeaderClassName
{
color: #EEDCFC;
}
.AnyTagClassName
{
color: #EEDCFC;
}
</style>
background-color css
<style>
a { background-color: #EEDCFC; }
a { background-color: rgb(238,220,252); }
div.DivClassName
{
background-color: #EEDCFC;
}
.BgClassName
{
background-color: #EEDCFC;
}
</style>
border-color css
<style>
span { border-color: #EEDCFC; }
span { border-color: rgb(238,220,252); }
td.TdClassName
{
border-color: #EEDCFC;
}
.TagClassName
{
border-color: #EEDCFC;
}
</style>