Shades of Chantilly #ECB3BD
Tints of Chantilly #ECB3BD
RGB
CMYK
RGB Variations
Color information
#ECB3BD (or 0xECB3BD) is known color: Chantilly. HEX triplet: EC, B3 and BD. RGB value is (236,179,189). Sum of RGB (Red+Green+Blue) = 236+179+189=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 179 (70.31% from 255 or 29.64% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB3BD is #134C42. Grayscale: #C5C5C5. Windows color (decimal): -1264707 or 12432364. OLE color: 12432364.
HSL color Cylindrical-coordinate representation of color #ECB3BD: hue angle of 349.47º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB3BD is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 189 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.07 |
| HSL | 349.47º | 0.6% | 0.81% | - |
| HSV(B) | 349.47º | 0.24% | 0.93% | - |
| XYZ | 59.9 | 53.75 | 55.36 | - |
| YUV | 197.18 | 123.38 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 189 | 0 | 0.24 | 0.20 | 0.07 | 349.47 | 0.6 | 0.81 |
| Hex | EC | B3 | BD | 0 | 18 | 14 | 7 | 15D | 3C | 51 |
| Octal | 354 | 263 | 275 | 0 | 30 | 24 | 7 | 535 | 74 | 121 |
| Binary | 11101100 | 10110011 | 10111101 | 0 | 11000 | 10100 | 111 | 101011101 | 111100 | 1010001 |
Color Harmonies of #ECB3BD
Complementary color
Monochromatic Colors of #ECB3BD
Black with #ECB3BD
Text Example
Text Example
White with #ECB3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB3BD; }
p { color: rgb(236,179,189); }
H1.HeaderClassName
{
color: #ECB3BD;
}
.AnyTagClassName
{
color: #ECB3BD;
}
</style>
background-color css
<style>
a { background-color: #ECB3BD; }
a { background-color: rgb(236,179,189); }
div.DivClassName
{
background-color: #ECB3BD;
}
.BgClassName
{
background-color: #ECB3BD;
}
</style>
border-color css
<style>
span { border-color: #ECB3BD; }
span { border-color: rgb(236,179,189); }
td.TdClassName
{
border-color: #ECB3BD;
}
.TagClassName
{
border-color: #ECB3BD;
}
</style>