Shades of Chantilly #ECB9C2
Tints of Chantilly #ECB9C2
RGB
CMYK
RGB Variations
Color information
#ECB9C2 (or 0xECB9C2) is known color: Chantilly. HEX triplet: EC, B9 and C2. RGB value is (236,185,194). Sum of RGB (Red+Green+Blue) = 236+185+194=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB9C2 is #13463D. Grayscale: #C9C9C9. Windows color (decimal): -1263166 or 12761580. OLE color: 12761580.
HSL color Cylindrical-coordinate representation of color #ECB9C2: hue angle of 349.41º 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 #ECB9C2 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 194 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.07 |
| HSL | 349.41º | 0.57% | 0.83% | - |
| HSV(B) | 349.41º | 0.22% | 0.93% | - |
| XYZ | 61.68 | 56.43 | 58.68 | - |
| YUV | 201.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 194 | 0 | 0.22 | 0.18 | 0.07 | 349.41 | 0.57 | 0.83 |
| Hex | EC | B9 | C2 | 0 | 16 | 12 | 7 | 15D | 39 | 53 |
| Octal | 354 | 271 | 302 | 0 | 26 | 22 | 7 | 535 | 71 | 123 |
| Binary | 11101100 | 10111001 | 11000010 | 0 | 10110 | 10010 | 111 | 101011101 | 111001 | 1010011 |
Color Harmonies of #ECB9C2
Complementary color
Monochromatic Colors of #ECB9C2
Black with #ECB9C2
Text Example
Text Example
White with #ECB9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB9C2; }
p { color: rgb(236,185,194); }
H1.HeaderClassName
{
color: #ECB9C2;
}
.AnyTagClassName
{
color: #ECB9C2;
}
</style>
background-color css
<style>
a { background-color: #ECB9C2; }
a { background-color: rgb(236,185,194); }
div.DivClassName
{
background-color: #ECB9C2;
}
.BgClassName
{
background-color: #ECB9C2;
}
</style>
border-color css
<style>
span { border-color: #ECB9C2; }
span { border-color: rgb(236,185,194); }
td.TdClassName
{
border-color: #ECB9C2;
}
.TagClassName
{
border-color: #ECB9C2;
}
</style>