Shades of Chantilly #ECB5C9
Tints of Chantilly #ECB5C9
RGB
CMYK
RGB Variations
Color information
#ECB5C9 (or 0xECB5C9) is known color: Chantilly. HEX triplet: EC, B5 and C9. RGB value is (236,181,201). Sum of RGB (Red+Green+Blue) = 236+181+201=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 181 (71.09% from 255 or 29.29% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5C9 is #134A36. Grayscale: #C7C7C7. Windows color (decimal): -1264183 or 13219308. OLE color: 13219308.
HSL color Cylindrical-coordinate representation of color #ECB5C9: hue angle of 338.18º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECB5C9 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 201 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.07 |
| HSL | 338.18º | 0.59% | 0.82% | - |
| HSV(B) | 338.18º | 0.23% | 0.93% | - |
| XYZ | 61.66 | 55.1 | 62.64 | - |
| YUV | 199.73 | 128.72 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 201 | 0 | 0.23 | 0.15 | 0.07 | 338.18 | 0.59 | 0.82 |
| Hex | EC | B5 | C9 | 0 | 17 | F | 7 | 152 | 3B | 52 |
| Octal | 354 | 265 | 311 | 0 | 27 | 17 | 7 | 522 | 73 | 122 |
| Binary | 11101100 | 10110101 | 11001001 | 0 | 10111 | 1111 | 111 | 101010010 | 111011 | 1010010 |
Color Harmonies of #ECB5C9
Complementary color
Monochromatic Colors of #ECB5C9
Black with #ECB5C9
Text Example
Text Example
White with #ECB5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5C9; }
p { color: rgb(236,181,201); }
H1.HeaderClassName
{
color: #ECB5C9;
}
.AnyTagClassName
{
color: #ECB5C9;
}
</style>
background-color css
<style>
a { background-color: #ECB5C9; }
a { background-color: rgb(236,181,201); }
div.DivClassName
{
background-color: #ECB5C9;
}
.BgClassName
{
background-color: #ECB5C9;
}
</style>
border-color css
<style>
span { border-color: #ECB5C9; }
span { border-color: rgb(236,181,201); }
td.TdClassName
{
border-color: #ECB5C9;
}
.TagClassName
{
border-color: #ECB5C9;
}
</style>