Shades of Chantilly #ECBDC9
Tints of Chantilly #ECBDC9
RGB
CMYK
RGB Variations
Color information
#ECBDC9 (or 0xECBDC9) is known color: Chantilly. HEX triplet: EC, BD and C9. RGB value is (236,189,201). Sum of RGB (Red+Green+Blue) = 236+189+201=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDC9 is #134236. Grayscale: #CCCCCC. Windows color (decimal): -1262135 or 13221356. OLE color: 13221356.
HSL color Cylindrical-coordinate representation of color #ECBDC9: hue angle of 344.68º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBDC9 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 201 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.07 |
| HSL | 344.68º | 0.55% | 0.83% | - |
| HSV(B) | 344.68º | 0.2% | 0.93% | - |
| XYZ | 63.33 | 58.45 | 63.2 | - |
| YUV | 204.42 | 126.07 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 201 | 0 | 0.20 | 0.15 | 0.07 | 344.68 | 0.55 | 0.83 |
| Hex | EC | BD | C9 | 0 | 14 | F | 7 | 159 | 37 | 53 |
| Octal | 354 | 275 | 311 | 0 | 24 | 17 | 7 | 531 | 67 | 123 |
| Binary | 11101100 | 10111101 | 11001001 | 0 | 10100 | 1111 | 111 | 101011001 | 110111 | 1010011 |
Color Harmonies of #ECBDC9
Complementary color
Monochromatic Colors of #ECBDC9
Black with #ECBDC9
Text Example
Text Example
White with #ECBDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDC9; }
p { color: rgb(236,189,201); }
H1.HeaderClassName
{
color: #ECBDC9;
}
.AnyTagClassName
{
color: #ECBDC9;
}
</style>
background-color css
<style>
a { background-color: #ECBDC9; }
a { background-color: rgb(236,189,201); }
div.DivClassName
{
background-color: #ECBDC9;
}
.BgClassName
{
background-color: #ECBDC9;
}
</style>
border-color css
<style>
span { border-color: #ECBDC9; }
span { border-color: rgb(236,189,201); }
td.TdClassName
{
border-color: #ECBDC9;
}
.TagClassName
{
border-color: #ECBDC9;
}
</style>