Shades of Chantilly #ECB6C1
Tints of Chantilly #ECB6C1
RGB
CMYK
RGB Variations
Color information
#ECB6C1 (or 0xECB6C1) is known color: Chantilly. HEX triplet: EC, B6 and C1. RGB value is (236,182,193). Sum of RGB (Red+Green+Blue) = 236+182+193=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 193 (75.78% from 255 or 31.59% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6C1 is #13493E. Grayscale: #C7C7C7. Windows color (decimal): -1263935 or 12695276. OLE color: 12695276.
HSL color Cylindrical-coordinate representation of color #ECB6C1: hue angle of 347.78º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECB6C1 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 193 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.07 |
| HSL | 347.78º | 0.59% | 0.82% | - |
| HSV(B) | 347.78º | 0.23% | 0.93% | - |
| XYZ | 60.95 | 55.14 | 57.88 | - |
| YUV | 199.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 193 | 0 | 0.23 | 0.18 | 0.07 | 347.78 | 0.59 | 0.82 |
| Hex | EC | B6 | C1 | 0 | 17 | 12 | 7 | 15C | 3B | 52 |
| Octal | 354 | 266 | 301 | 0 | 27 | 22 | 7 | 534 | 73 | 122 |
| Binary | 11101100 | 10110110 | 11000001 | 0 | 10111 | 10010 | 111 | 101011100 | 111011 | 1010010 |
Color Harmonies of #ECB6C1
Complementary color
Monochromatic Colors of #ECB6C1
Black with #ECB6C1
Text Example
Text Example
White with #ECB6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB6C1; }
p { color: rgb(236,182,193); }
H1.HeaderClassName
{
color: #ECB6C1;
}
.AnyTagClassName
{
color: #ECB6C1;
}
</style>
background-color css
<style>
a { background-color: #ECB6C1; }
a { background-color: rgb(236,182,193); }
div.DivClassName
{
background-color: #ECB6C1;
}
.BgClassName
{
background-color: #ECB6C1;
}
</style>
border-color css
<style>
span { border-color: #ECB6C1; }
span { border-color: rgb(236,182,193); }
td.TdClassName
{
border-color: #ECB6C1;
}
.TagClassName
{
border-color: #ECB6C1;
}
</style>