Shades of Chantilly #ECB7C2
Tints of Chantilly #ECB7C2
RGB
CMYK
RGB Variations
Color information
#ECB7C2 (or 0xECB7C2) is known color: Chantilly. HEX triplet: EC, B7 and C2. RGB value is (236,183,194). Sum of RGB (Red+Green+Blue) = 236+183+194=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 183 (71.88% from 255 or 29.85% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB7C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB7C2 is #13483D. Grayscale: #C8C8C8. Windows color (decimal): -1263678 or 12761068. OLE color: 12761068.
HSL color Cylindrical-coordinate representation of color #ECB7C2: hue angle of 347.55º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB7C2 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 194 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.07 |
| HSL | 347.55º | 0.58% | 0.82% | - |
| HSV(B) | 347.55º | 0.22% | 0.93% | - |
| XYZ | 61.26 | 55.59 | 58.54 | - |
| YUV | 200.1 | 124.56 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 194 | 0 | 0.22 | 0.18 | 0.07 | 347.55 | 0.58 | 0.82 |
| Hex | EC | B7 | C2 | 0 | 16 | 12 | 7 | 15C | 3A | 52 |
| Octal | 354 | 267 | 302 | 0 | 26 | 22 | 7 | 534 | 72 | 122 |
| Binary | 11101100 | 10110111 | 11000010 | 0 | 10110 | 10010 | 111 | 101011100 | 111010 | 1010010 |
Color Harmonies of #ECB7C2
Complementary color
Monochromatic Colors of #ECB7C2
Black with #ECB7C2
Text Example
Text Example
White with #ECB7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7C2; }
p { color: rgb(236,183,194); }
H1.HeaderClassName
{
color: #ECB7C2;
}
.AnyTagClassName
{
color: #ECB7C2;
}
</style>
background-color css
<style>
a { background-color: #ECB7C2; }
a { background-color: rgb(236,183,194); }
div.DivClassName
{
background-color: #ECB7C2;
}
.BgClassName
{
background-color: #ECB7C2;
}
</style>
border-color css
<style>
span { border-color: #ECB7C2; }
span { border-color: rgb(236,183,194); }
td.TdClassName
{
border-color: #ECB7C2;
}
.TagClassName
{
border-color: #ECB7C2;
}
</style>