Shades of Chantilly #ECB9D0
Tints of Chantilly #ECB9D0
RGB
CMYK
RGB Variations
Color information
#ECB9D0 (or 0xECB9D0) is known color: Chantilly. HEX triplet: EC, B9 and D0. RGB value is (236,185,208). Sum of RGB (Red+Green+Blue) = 236+185+208=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 185 (72.66% from 255 or 29.41% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB9D0 is #13462F. Grayscale: #CACACA. Windows color (decimal): -1263152 or 13679084. OLE color: 13679084.
HSL color Cylindrical-coordinate representation of color #ECB9D0: hue angle of 332.94º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB9D0 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 208 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.07 |
| HSL | 332.94º | 0.57% | 0.83% | - |
| HSV(B) | 332.94º | 0.22% | 0.93% | - |
| XYZ | 63.33 | 57.08 | 67.36 | - |
| YUV | 202.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 208 | 0 | 0.22 | 0.12 | 0.07 | 332.94 | 0.57 | 0.83 |
| Hex | EC | B9 | D0 | 0 | 16 | C | 7 | 14D | 39 | 53 |
| Octal | 354 | 271 | 320 | 0 | 26 | 14 | 7 | 515 | 71 | 123 |
| Binary | 11101100 | 10111001 | 11010000 | 0 | 10110 | 1100 | 111 | 101001101 | 111001 | 1010011 |
Color Harmonies of #ECB9D0
Complementary color
Monochromatic Colors of #ECB9D0
Black with #ECB9D0
Text Example
Text Example
White with #ECB9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB9D0; }
p { color: rgb(236,185,208); }
H1.HeaderClassName
{
color: #ECB9D0;
}
.AnyTagClassName
{
color: #ECB9D0;
}
</style>
background-color css
<style>
a { background-color: #ECB9D0; }
a { background-color: rgb(236,185,208); }
div.DivClassName
{
background-color: #ECB9D0;
}
.BgClassName
{
background-color: #ECB9D0;
}
</style>
border-color css
<style>
span { border-color: #ECB9D0; }
span { border-color: rgb(236,185,208); }
td.TdClassName
{
border-color: #ECB9D0;
}
.TagClassName
{
border-color: #ECB9D0;
}
</style>