Shades of Chantilly #ECB8C1
Tints of Chantilly #ECB8C1
RGB
CMYK
RGB Variations
Color information
#ECB8C1 (or 0xECB8C1) is known color: Chantilly. HEX triplet: EC, B8 and C1. RGB value is (236,184,193). Sum of RGB (Red+Green+Blue) = 236+184+193=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB8C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB8C1 is #13473E. Grayscale: #C8C8C8. Windows color (decimal): -1263423 or 12695788. OLE color: 12695788.
HSL color Cylindrical-coordinate representation of color #ECB8C1: hue angle of 349.62º 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 #ECB8C1 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 193 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.07 |
| HSL | 349.62º | 0.58% | 0.82% | - |
| HSV(B) | 349.62º | 0.22% | 0.93% | - |
| XYZ | 61.36 | 55.96 | 58.02 | - |
| YUV | 200.57 | 123.73 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 193 | 0 | 0.22 | 0.18 | 0.07 | 349.62 | 0.58 | 0.82 |
| Hex | EC | B8 | C1 | 0 | 16 | 12 | 7 | 15E | 3A | 52 |
| Octal | 354 | 270 | 301 | 0 | 26 | 22 | 7 | 536 | 72 | 122 |
| Binary | 11101100 | 10111000 | 11000001 | 0 | 10110 | 10010 | 111 | 101011110 | 111010 | 1010010 |
Color Harmonies of #ECB8C1
Complementary color
Monochromatic Colors of #ECB8C1
Black with #ECB8C1
Text Example
Text Example
White with #ECB8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB8C1; }
p { color: rgb(236,184,193); }
H1.HeaderClassName
{
color: #ECB8C1;
}
.AnyTagClassName
{
color: #ECB8C1;
}
</style>
background-color css
<style>
a { background-color: #ECB8C1; }
a { background-color: rgb(236,184,193); }
div.DivClassName
{
background-color: #ECB8C1;
}
.BgClassName
{
background-color: #ECB8C1;
}
</style>
border-color css
<style>
span { border-color: #ECB8C1; }
span { border-color: rgb(236,184,193); }
td.TdClassName
{
border-color: #ECB8C1;
}
.TagClassName
{
border-color: #ECB8C1;
}
</style>