Shades of Chantilly #ECB2BD
Tints of Chantilly #ECB2BD
RGB
CMYK
RGB Variations
Color information
#ECB2BD (or 0xECB2BD) is known color: Chantilly. HEX triplet: EC, B2 and BD. RGB value is (236,178,189). Sum of RGB (Red+Green+Blue) = 236+178+189=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2BD is #134D42. Grayscale: #C4C4C4. Windows color (decimal): -1264963 or 12432108. OLE color: 12432108.
HSL color Cylindrical-coordinate representation of color #ECB2BD: hue angle of 348.62º degrees, saturation: 0.6, 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 #ECB2BD is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 189 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.07 |
| HSL | 348.62º | 0.6% | 0.81% | - |
| HSV(B) | 348.62º | 0.25% | 0.93% | - |
| XYZ | 59.7 | 53.35 | 55.29 | - |
| YUV | 196.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 189 | 0 | 0.25 | 0.20 | 0.07 | 348.62 | 0.6 | 0.81 |
| Hex | EC | B2 | BD | 0 | 19 | 14 | 7 | 15D | 3C | 51 |
| Octal | 354 | 262 | 275 | 0 | 31 | 24 | 7 | 535 | 74 | 121 |
| Binary | 11101100 | 10110010 | 10111101 | 0 | 11001 | 10100 | 111 | 101011101 | 111100 | 1010001 |
Color Harmonies of #ECB2BD
Complementary color
Monochromatic Colors of #ECB2BD
Black with #ECB2BD
Text Example
Text Example
White with #ECB2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2BD; }
p { color: rgb(236,178,189); }
H1.HeaderClassName
{
color: #ECB2BD;
}
.AnyTagClassName
{
color: #ECB2BD;
}
</style>
background-color css
<style>
a { background-color: #ECB2BD; }
a { background-color: rgb(236,178,189); }
div.DivClassName
{
background-color: #ECB2BD;
}
.BgClassName
{
background-color: #ECB2BD;
}
</style>
border-color css
<style>
span { border-color: #ECB2BD; }
span { border-color: rgb(236,178,189); }
td.TdClassName
{
border-color: #ECB2BD;
}
.TagClassName
{
border-color: #ECB2BD;
}
</style>