Shades of French Lilac #ECB9E8
Tints of French Lilac #ECB9E8
RGB
CMYK
RGB Variations
Color information
#ECB9E8 (or 0xECB9E8) is known color: French Lilac. HEX triplet: EC, B9 and E8. RGB value is (236,185,232). Sum of RGB (Red+Green+Blue) = 236+185+232=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 185 (72.66% from 255 or 28.33% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB9E8 is #134617. Grayscale: #CDCDCD. Windows color (decimal): -1263128 or 15251948. OLE color: 15251948.
HSL color Cylindrical-coordinate representation of color #ECB9E8: hue angle of 304.71º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB9E8 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 185 | 232 | - |
CMYK | 0 | 0.22 | 0.02 | 0.07 |
HSL | 304.71º | 0.57% | 0.83% | - |
HSV(B) | 304.71º | 0.22% | 0.93% | - |
XYZ | 66.51 | 58.36 | 84.1 | - |
YUV | 205.61 | 142.9 | 149.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 185 | 232 | 0 | 0.22 | 0.02 | 0.07 | 304.71 | 0.57 | 0.83 |
Hex | EC | B9 | E8 | 0 | 16 | 2 | 7 | 131 | 39 | 53 |
Octal | 354 | 271 | 350 | 0 | 26 | 2 | 7 | 461 | 71 | 123 |
Binary | 11101100 | 10111001 | 11101000 | 0 | 10110 | 10 | 111 | 100110001 | 111001 | 1010011 |
Color Harmonies of #ECB9E8
Complementary color
Monochromatic Colors of #ECB9E8
Black with #ECB9E8
Text Example
Text Example
White with #ECB9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB9E8; }
p { color: rgb(236,185,232); }
H1.HeaderClassName
{
color: #ECB9E8;
}
.AnyTagClassName
{
color: #ECB9E8;
}
</style>
background-color css
<style>
a { background-color: #ECB9E8; }
a { background-color: rgb(236,185,232); }
div.DivClassName
{
background-color: #ECB9E8;
}
.BgClassName
{
background-color: #ECB9E8;
}
</style>
border-color css
<style>
span { border-color: #ECB9E8; }
span { border-color: rgb(236,185,232); }
td.TdClassName
{
border-color: #ECB9E8;
}
.TagClassName
{
border-color: #ECB9E8;
}
</style>