Shades of White Lilac #EEDCFE
Tints of White Lilac #EEDCFE
RGB
CMYK
RGB Variations
Color information
#EEDCFE (or 0xEEDCFE) is known color: White Lilac. HEX triplet: EE, DC and FE. RGB value is (238,220,254). Sum of RGB (Red+Green+Blue) = 238+220+254=712 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.43% from 712); Green value is 220 (86.33% from 255 or 30.90% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEDCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCFE is #112301. Grayscale: #E5E5E5. Windows color (decimal): -1123074 or 16702702. OLE color: 16702702.
HSL color Cylindrical-coordinate representation of color #EEDCFE: hue angle of 271.76º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEDCFE is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 220 | 254 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.00 |
| HSL | 271.76º | 0.94% | 0.93% | - |
| HSV(B) | 271.76º | 0.13% | 1% | - |
| XYZ | 78.74 | 76.52 | 104.39 | - |
| YUV | 229.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 254 | 0.06 | 0.13 | 0 | 0.00 | 271.76 | 0.94 | 0.93 |
| Hex | EE | DC | FE | 6 | D | 0 | 0 | 110 | 5E | 5D |
| Octal | 356 | 334 | 376 | 6 | 15 | 0 | 0 | 420 | 136 | 135 |
| Binary | 11101110 | 11011100 | 11111110 | 110 | 1101 | 0 | 0 | 100010000 | 1011110 | 1011101 |
Color Harmonies of #EEDCFE
Complementary color
Monochromatic Colors of #EEDCFE
Black with #EEDCFE
Text Example
Text Example
White with #EEDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCFE; }
p { color: rgb(238,220,254); }
H1.HeaderClassName
{
color: #EEDCFE;
}
.AnyTagClassName
{
color: #EEDCFE;
}
</style>
background-color css
<style>
a { background-color: #EEDCFE; }
a { background-color: rgb(238,220,254); }
div.DivClassName
{
background-color: #EEDCFE;
}
.BgClassName
{
background-color: #EEDCFE;
}
</style>
border-color css
<style>
span { border-color: #EEDCFE; }
span { border-color: rgb(238,220,254); }
td.TdClassName
{
border-color: #EEDCFE;
}
.TagClassName
{
border-color: #EEDCFE;
}
</style>