Shades of Chantilly #ECB4C9
Tints of Chantilly #ECB4C9
RGB
CMYK
RGB Variations
Color information
#ECB4C9 (or 0xECB4C9) is known color: Chantilly. HEX triplet: EC, B4 and C9. RGB value is (236,180,201). Sum of RGB (Red+Green+Blue) = 236+180+201=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 180 (70.70% from 255 or 29.17% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4C9 is #134B36. Grayscale: #C7C7C7. Windows color (decimal): -1264439 or 13219052. OLE color: 13219052.
HSL color Cylindrical-coordinate representation of color #ECB4C9: hue angle of 337.5º 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 #ECB4C9 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 201 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.07 |
| HSL | 337.5º | 0.6% | 0.82% | - |
| HSV(B) | 337.5º | 0.24% | 0.93% | - |
| XYZ | 61.46 | 54.69 | 62.58 | - |
| YUV | 199.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 201 | 0 | 0.24 | 0.15 | 0.07 | 337.5 | 0.6 | 0.82 |
| Hex | EC | B4 | C9 | 0 | 18 | F | 7 | 152 | 3C | 52 |
| Octal | 354 | 264 | 311 | 0 | 30 | 17 | 7 | 522 | 74 | 122 |
| Binary | 11101100 | 10110100 | 11001001 | 0 | 11000 | 1111 | 111 | 101010010 | 111100 | 1010010 |
Color Harmonies of #ECB4C9
Complementary color
Monochromatic Colors of #ECB4C9
Black with #ECB4C9
Text Example
Text Example
White with #ECB4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB4C9; }
p { color: rgb(236,180,201); }
H1.HeaderClassName
{
color: #ECB4C9;
}
.AnyTagClassName
{
color: #ECB4C9;
}
</style>
background-color css
<style>
a { background-color: #ECB4C9; }
a { background-color: rgb(236,180,201); }
div.DivClassName
{
background-color: #ECB4C9;
}
.BgClassName
{
background-color: #ECB4C9;
}
</style>
border-color css
<style>
span { border-color: #ECB4C9; }
span { border-color: rgb(236,180,201); }
td.TdClassName
{
border-color: #ECB4C9;
}
.TagClassName
{
border-color: #ECB4C9;
}
</style>