Shades of Chantilly #ECB4BD
Tints of Chantilly #ECB4BD
RGB
CMYK
RGB Variations
Color information
#ECB4BD (or 0xECB4BD) is known color: Chantilly. HEX triplet: EC, B4 and BD. RGB value is (236,180,189). Sum of RGB (Red+Green+Blue) = 236+180+189=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4BD is #134B42. Grayscale: #C5C5C5. Windows color (decimal): -1264451 or 12432620. OLE color: 12432620.
HSL color Cylindrical-coordinate representation of color #ECB4BD: hue angle of 350.36º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB4BD is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 189 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.07 |
| HSL | 350.36º | 0.6% | 0.82% | - |
| HSV(B) | 350.36º | 0.24% | 0.93% | - |
| XYZ | 60.1 | 54.15 | 55.43 | - |
| YUV | 197.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 189 | 0 | 0.24 | 0.20 | 0.07 | 350.36 | 0.6 | 0.82 |
| Hex | EC | B4 | BD | 0 | 18 | 14 | 7 | 15E | 3C | 52 |
| Octal | 354 | 264 | 275 | 0 | 30 | 24 | 7 | 536 | 74 | 122 |
| Binary | 11101100 | 10110100 | 10111101 | 0 | 11000 | 10100 | 111 | 101011110 | 111100 | 1010010 |
Color Harmonies of #ECB4BD
Complementary color
Monochromatic Colors of #ECB4BD
Black with #ECB4BD
Text Example
Text Example
White with #ECB4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB4BD; }
p { color: rgb(236,180,189); }
H1.HeaderClassName
{
color: #ECB4BD;
}
.AnyTagClassName
{
color: #ECB4BD;
}
</style>
background-color css
<style>
a { background-color: #ECB4BD; }
a { background-color: rgb(236,180,189); }
div.DivClassName
{
background-color: #ECB4BD;
}
.BgClassName
{
background-color: #ECB4BD;
}
</style>
border-color css
<style>
span { border-color: #ECB4BD; }
span { border-color: rgb(236,180,189); }
td.TdClassName
{
border-color: #ECB4BD;
}
.TagClassName
{
border-color: #ECB4BD;
}
</style>