Shades of White Lilac #ECDFF2
Tints of White Lilac #ECDFF2
RGB
CMYK
RGB Variations
Color information
#ECDFF2 (or 0xECDFF2) is known color: White Lilac. HEX triplet: EC, DF and F2. RGB value is (236,223,242). Sum of RGB (Red+Green+Blue) = 236+223+242=701 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.67% from 701); Green value is 223 (87.5% from 255 or 31.81% from 701); Blue value is 242 (94.92% from 255 or 34.52% from 701); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECDFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDFF2 is #13200D. Grayscale: #E4E4E4. Windows color (decimal): -1253390 or 15917036. OLE color: 15917036.
HSL color Cylindrical-coordinate representation of color #ECDFF2: hue angle of 281.05º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECDFF2 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 223 | 242 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.05 |
| HSL | 281.05º | 0.42% | 0.91% | - |
| HSV(B) | 281.05º | 0.08% | 0.95% | - |
| XYZ | 77.01 | 77.02 | 94.81 | - |
| YUV | 229.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 242 | 0.02 | 0.08 | 0 | 0.05 | 281.05 | 0.42 | 0.91 |
| Hex | EC | DF | F2 | 2 | 8 | 0 | 5 | 119 | 2A | 5B |
| Octal | 354 | 337 | 362 | 2 | 10 | 0 | 5 | 431 | 52 | 133 |
| Binary | 11101100 | 11011111 | 11110010 | 10 | 1000 | 0 | 101 | 100011001 | 101010 | 1011011 |
Color Harmonies of #ECDFF2
Complementary color
Monochromatic Colors of #ECDFF2
Black with #ECDFF2
Text Example
Text Example
White with #ECDFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDFF2; }
p { color: rgb(236,223,242); }
H1.HeaderClassName
{
color: #ECDFF2;
}
.AnyTagClassName
{
color: #ECDFF2;
}
</style>
background-color css
<style>
a { background-color: #ECDFF2; }
a { background-color: rgb(236,223,242); }
div.DivClassName
{
background-color: #ECDFF2;
}
.BgClassName
{
background-color: #ECDFF2;
}
</style>
border-color css
<style>
span { border-color: #ECDFF2; }
span { border-color: rgb(236,223,242); }
td.TdClassName
{
border-color: #ECDFF2;
}
.TagClassName
{
border-color: #ECDFF2;
}
</style>