Shades of Chantilly #ECB8C2
Tints of Chantilly #ECB8C2
RGB
CMYK
RGB Variations
Color information
#ECB8C2 (or 0xECB8C2) is known color: Chantilly. HEX triplet: EC, B8 and C2. RGB value is (236,184,194). Sum of RGB (Red+Green+Blue) = 236+184+194=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 184 (72.27% from 255 or 29.97% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB8C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB8C2 is #13473D. Grayscale: #C8C8C8. Windows color (decimal): -1263422 or 12761324. OLE color: 12761324.
HSL color Cylindrical-coordinate representation of color #ECB8C2: hue angle of 348.46º 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 #ECB8C2 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 194 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.07 |
| HSL | 348.46º | 0.58% | 0.82% | - |
| HSV(B) | 348.46º | 0.22% | 0.93% | - |
| XYZ | 61.47 | 56.01 | 58.61 | - |
| YUV | 200.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 194 | 0 | 0.22 | 0.18 | 0.07 | 348.46 | 0.58 | 0.82 |
| Hex | EC | B8 | C2 | 0 | 16 | 12 | 7 | 15C | 3A | 52 |
| Octal | 354 | 270 | 302 | 0 | 26 | 22 | 7 | 534 | 72 | 122 |
| Binary | 11101100 | 10111000 | 11000010 | 0 | 10110 | 10010 | 111 | 101011100 | 111010 | 1010010 |
Color Harmonies of #ECB8C2
Complementary color
Monochromatic Colors of #ECB8C2
Black with #ECB8C2
Text Example
Text Example
White with #ECB8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB8C2; }
p { color: rgb(236,184,194); }
H1.HeaderClassName
{
color: #ECB8C2;
}
.AnyTagClassName
{
color: #ECB8C2;
}
</style>
background-color css
<style>
a { background-color: #ECB8C2; }
a { background-color: rgb(236,184,194); }
div.DivClassName
{
background-color: #ECB8C2;
}
.BgClassName
{
background-color: #ECB8C2;
}
</style>
border-color css
<style>
span { border-color: #ECB8C2; }
span { border-color: rgb(236,184,194); }
td.TdClassName
{
border-color: #ECB8C2;
}
.TagClassName
{
border-color: #ECB8C2;
}
</style>