Shades of Chantilly #ECB0C2
Tints of Chantilly #ECB0C2
RGB
CMYK
RGB Variations
Color information
#ECB0C2 (or 0xECB0C2) is known color: Chantilly. HEX triplet: EC, B0 and C2. RGB value is (236,176,194). Sum of RGB (Red+Green+Blue) = 236+176+194=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 176 (69.14% from 255 or 29.04% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0C2 is #134F3D. Grayscale: #C3C3C3. Windows color (decimal): -1265470 or 12759276. OLE color: 12759276.
HSL color Cylindrical-coordinate representation of color #ECB0C2: hue angle of 342º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB0C2 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 194 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.07 |
| HSL | 342º | 0.61% | 0.81% | - |
| HSV(B) | 342º | 0.25% | 0.93% | - |
| XYZ | 59.86 | 52.78 | 58.07 | - |
| YUV | 195.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 194 | 0 | 0.25 | 0.18 | 0.07 | 342 | 0.61 | 0.81 |
| Hex | EC | B0 | C2 | 0 | 19 | 12 | 7 | 156 | 3D | 51 |
| Octal | 354 | 260 | 302 | 0 | 31 | 22 | 7 | 526 | 75 | 121 |
| Binary | 11101100 | 10110000 | 11000010 | 0 | 11001 | 10010 | 111 | 101010110 | 111101 | 1010001 |
Color Harmonies of #ECB0C2
Complementary color
Monochromatic Colors of #ECB0C2
Black with #ECB0C2
Text Example
Text Example
White with #ECB0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0C2; }
p { color: rgb(236,176,194); }
H1.HeaderClassName
{
color: #ECB0C2;
}
.AnyTagClassName
{
color: #ECB0C2;
}
</style>
background-color css
<style>
a { background-color: #ECB0C2; }
a { background-color: rgb(236,176,194); }
div.DivClassName
{
background-color: #ECB0C2;
}
.BgClassName
{
background-color: #ECB0C2;
}
</style>
border-color css
<style>
span { border-color: #ECB0C2; }
span { border-color: rgb(236,176,194); }
td.TdClassName
{
border-color: #ECB0C2;
}
.TagClassName
{
border-color: #ECB0C2;
}
</style>