Shades of French Lilac #ECB2ED
Tints of French Lilac #ECB2ED
RGB
CMYK
RGB Variations
Color information
#ECB2ED (or 0xECB2ED) is known color: French Lilac. HEX triplet: EC, B2 and ED. RGB value is (236,178,237). Sum of RGB (Red+Green+Blue) = 236+178+237=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 178 (69.92% from 255 or 27.34% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECB2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB2ED is #134D12. Grayscale: #C9C9C9. Windows color (decimal): -1264915 or 15577836. OLE color: 15577836.
HSL color Cylindrical-coordinate representation of color #ECB2ED: hue angle of 298.98º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB2ED is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 178 | 237 | - |
CMYK | 0.00 | 0.25 | 0 | 0.07 |
HSL | 298.98º | 0.62% | 0.81% | - |
HSV(B) | 298.98º | 0.25% | 0.93% | - |
XYZ | 65.8 | 55.79 | 87.42 | - |
YUV | 202.07 | 147.72 | 152.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 178 | 237 | 0.00 | 0.25 | 0 | 0.07 | 298.98 | 0.62 | 0.81 |
Hex | EC | B2 | ED | 0 | 19 | 0 | 7 | 12B | 3E | 51 |
Octal | 354 | 262 | 355 | 0 | 31 | 0 | 7 | 453 | 76 | 121 |
Binary | 11101100 | 10110010 | 11101101 | 0 | 11001 | 0 | 111 | 100101011 | 111110 | 1010001 |
Color Harmonies of #ECB2ED
Complementary color
Monochromatic Colors of #ECB2ED
Black with #ECB2ED
Text Example
Text Example
White with #ECB2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2ED; }
p { color: rgb(236,178,237); }
H1.HeaderClassName
{
color: #ECB2ED;
}
.AnyTagClassName
{
color: #ECB2ED;
}
</style>
background-color css
<style>
a { background-color: #ECB2ED; }
a { background-color: rgb(236,178,237); }
div.DivClassName
{
background-color: #ECB2ED;
}
.BgClassName
{
background-color: #ECB2ED;
}
</style>
border-color css
<style>
span { border-color: #ECB2ED; }
span { border-color: rgb(236,178,237); }
td.TdClassName
{
border-color: #ECB2ED;
}
.TagClassName
{
border-color: #ECB2ED;
}
</style>