Shades of Chantilly #ECB9C9
Tints of Chantilly #ECB9C9
RGB
CMYK
RGB Variations
Color information
#ECB9C9 (or 0xECB9C9) is known color: Chantilly. HEX triplet: EC, B9 and C9. RGB value is (236,185,201). Sum of RGB (Red+Green+Blue) = 236+185+201=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 185 (72.66% from 255 or 29.74% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB9C9 is #134636. Grayscale: #CACACA. Windows color (decimal): -1263159 or 13220332. OLE color: 13220332.
HSL color Cylindrical-coordinate representation of color #ECB9C9: hue angle of 341.18º 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 #ECB9C9 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 201 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.07 |
| HSL | 341.18º | 0.57% | 0.83% | - |
| HSV(B) | 341.18º | 0.22% | 0.93% | - |
| XYZ | 62.48 | 56.75 | 62.92 | - |
| YUV | 202.07 | 127.4 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 201 | 0 | 0.22 | 0.15 | 0.07 | 341.18 | 0.57 | 0.83 |
| Hex | EC | B9 | C9 | 0 | 16 | F | 7 | 155 | 39 | 53 |
| Octal | 354 | 271 | 311 | 0 | 26 | 17 | 7 | 525 | 71 | 123 |
| Binary | 11101100 | 10111001 | 11001001 | 0 | 10110 | 1111 | 111 | 101010101 | 111001 | 1010011 |
Color Harmonies of #ECB9C9
Complementary color
Monochromatic Colors of #ECB9C9
Black with #ECB9C9
Text Example
Text Example
White with #ECB9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB9C9; }
p { color: rgb(236,185,201); }
H1.HeaderClassName
{
color: #ECB9C9;
}
.AnyTagClassName
{
color: #ECB9C9;
}
</style>
background-color css
<style>
a { background-color: #ECB9C9; }
a { background-color: rgb(236,185,201); }
div.DivClassName
{
background-color: #ECB9C9;
}
.BgClassName
{
background-color: #ECB9C9;
}
</style>
border-color css
<style>
span { border-color: #ECB9C9; }
span { border-color: rgb(236,185,201); }
td.TdClassName
{
border-color: #ECB9C9;
}
.TagClassName
{
border-color: #ECB9C9;
}
</style>