Shades of French Lilac #ECADE6
Tints of French Lilac #ECADE6
RGB
CMYK
RGB Variations
Color information
#ECADE6 (or 0xECADE6) is known color: French Lilac. HEX triplet: EC, AD and E6. RGB value is (236,173,230). Sum of RGB (Red+Green+Blue) = 236+173+230=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECADE6 is #135219. Grayscale: #C6C6C6. Windows color (decimal): -1266202 or 15117804. OLE color: 15117804.
HSL color Cylindrical-coordinate representation of color #ECADE6: hue angle of 305.71º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECADE6 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 173 | 230 | - |
CMYK | 0 | 0.27 | 0.03 | 0.07 |
HSL | 305.71º | 0.62% | 0.8% | - |
HSV(B) | 305.71º | 0.27% | 0.93% | - |
XYZ | 63.82 | 53.43 | 81.81 | - |
YUV | 198.34 | 145.87 | 154.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 173 | 230 | 0 | 0.27 | 0.03 | 0.07 | 305.71 | 0.62 | 0.8 |
Hex | EC | AD | E6 | 0 | 1B | 3 | 7 | 132 | 3E | 50 |
Octal | 354 | 255 | 346 | 0 | 33 | 3 | 7 | 462 | 76 | 120 |
Binary | 11101100 | 10101101 | 11100110 | 0 | 11011 | 11 | 111 | 100110010 | 111110 | 1010000 |
Color Harmonies of #ECADE6
Complementary color
Monochromatic Colors of #ECADE6
Black with #ECADE6
Text Example
Text Example
White with #ECADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADE6; }
p { color: rgb(236,173,230); }
H1.HeaderClassName
{
color: #ECADE6;
}
.AnyTagClassName
{
color: #ECADE6;
}
</style>
background-color css
<style>
a { background-color: #ECADE6; }
a { background-color: rgb(236,173,230); }
div.DivClassName
{
background-color: #ECADE6;
}
.BgClassName
{
background-color: #ECADE6;
}
</style>
border-color css
<style>
span { border-color: #ECADE6; }
span { border-color: rgb(236,173,230); }
td.TdClassName
{
border-color: #ECADE6;
}
.TagClassName
{
border-color: #ECADE6;
}
</style>