Shades of French Lilac #ECB5DA
Tints of French Lilac #ECB5DA
RGB
CMYK
RGB Variations
Color information
#ECB5DA (or 0xECB5DA) is known color: French Lilac. HEX triplet: EC, B5 and DA. RGB value is (236,181,218). Sum of RGB (Red+Green+Blue) = 236+181+218=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 181 (71.09% from 255 or 28.50% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5DA is #134A25. Grayscale: #C9C9C9. Windows color (decimal): -1264166 or 14333420. OLE color: 14333420.
HSL color Cylindrical-coordinate representation of color #ECB5DA: hue angle of 319.64º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECB5DA is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 181 | 218 | - |
CMYK | 0 | 0.23 | 0.08 | 0.07 |
HSL | 319.64º | 0.59% | 0.82% | - |
HSV(B) | 319.64º | 0.23% | 0.93% | - |
XYZ | 63.77 | 55.94 | 73.77 | - |
YUV | 201.66 | 137.22 | 152.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 181 | 218 | 0 | 0.23 | 0.08 | 0.07 | 319.64 | 0.59 | 0.82 |
Hex | EC | B5 | DA | 0 | 17 | 8 | 7 | 140 | 3B | 52 |
Octal | 354 | 265 | 332 | 0 | 27 | 10 | 7 | 500 | 73 | 122 |
Binary | 11101100 | 10110101 | 11011010 | 0 | 10111 | 1000 | 111 | 101000000 | 111011 | 1010010 |
Color Harmonies of #ECB5DA
Complementary color
Monochromatic Colors of #ECB5DA
Black with #ECB5DA
Text Example
Text Example
White with #ECB5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5DA; }
p { color: rgb(236,181,218); }
H1.HeaderClassName
{
color: #ECB5DA;
}
.AnyTagClassName
{
color: #ECB5DA;
}
</style>
background-color css
<style>
a { background-color: #ECB5DA; }
a { background-color: rgb(236,181,218); }
div.DivClassName
{
background-color: #ECB5DA;
}
.BgClassName
{
background-color: #ECB5DA;
}
</style>
border-color css
<style>
span { border-color: #ECB5DA; }
span { border-color: rgb(236,181,218); }
td.TdClassName
{
border-color: #ECB5DA;
}
.TagClassName
{
border-color: #ECB5DA;
}
</style>