Shades of White Lilac #ECDEF6
Tints of White Lilac #ECDEF6
RGB
CMYK
RGB Variations
Color information
#ECDEF6 (or 0xECDEF6) is known color: White Lilac. HEX triplet: EC, DE and F6. RGB value is (236,222,246). Sum of RGB (Red+Green+Blue) = 236+222+246=704 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.52% from 704); Green value is 222 (87.11% from 255 or 31.53% from 704); Blue value is 246 (96.48% from 255 or 34.94% from 704); Max value from RGB is 246 - color contains mainly: blue. Hex color #ECDEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDEF6 is #132109. Grayscale: #E4E4E4. Windows color (decimal): -1253642 or 16178924. OLE color: 16178924.
HSL color Cylindrical-coordinate representation of color #ECDEF6: hue angle of 275º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECDEF6 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 222 | 246 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.04 |
| HSL | 275º | 0.57% | 0.92% | - |
| HSV(B) | 275º | 0.1% | 0.96% | - |
| XYZ | 77.35 | 76.73 | 97.92 | - |
| YUV | 228.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 246 | 0.04 | 0.10 | 0 | 0.04 | 275 | 0.57 | 0.92 |
| Hex | EC | DE | F6 | 4 | A | 0 | 4 | 113 | 39 | 5C |
| Octal | 354 | 336 | 366 | 4 | 12 | 0 | 4 | 423 | 71 | 134 |
| Binary | 11101100 | 11011110 | 11110110 | 100 | 1010 | 0 | 100 | 100010011 | 111001 | 1011100 |
Color Harmonies of #ECDEF6
Complementary color
Monochromatic Colors of #ECDEF6
Black with #ECDEF6
Text Example
Text Example
White with #ECDEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDEF6; }
p { color: rgb(236,222,246); }
H1.HeaderClassName
{
color: #ECDEF6;
}
.AnyTagClassName
{
color: #ECDEF6;
}
</style>
background-color css
<style>
a { background-color: #ECDEF6; }
a { background-color: rgb(236,222,246); }
div.DivClassName
{
background-color: #ECDEF6;
}
.BgClassName
{
background-color: #ECDEF6;
}
</style>
border-color css
<style>
span { border-color: #ECDEF6; }
span { border-color: rgb(236,222,246); }
td.TdClassName
{
border-color: #ECDEF6;
}
.TagClassName
{
border-color: #ECDEF6;
}
</style>