Shades of Chantilly #ECB0C1
Tints of Chantilly #ECB0C1
RGB
CMYK
RGB Variations
Color information
#ECB0C1 (or 0xECB0C1) is known color: Chantilly. HEX triplet: EC, B0 and C1. RGB value is (236,176,193). Sum of RGB (Red+Green+Blue) = 236+176+193=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0C1 is #134F3E. Grayscale: #C3C3C3. Windows color (decimal): -1265471 or 12693740. OLE color: 12693740.
HSL color Cylindrical-coordinate representation of color #ECB0C1: hue angle of 343º 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 #ECB0C1 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 193 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.07 |
| HSL | 343º | 0.61% | 0.81% | - |
| HSV(B) | 343º | 0.25% | 0.93% | - |
| XYZ | 59.74 | 52.73 | 57.48 | - |
| YUV | 195.88 | 126.38 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 193 | 0 | 0.25 | 0.18 | 0.07 | 343 | 0.61 | 0.81 |
| Hex | EC | B0 | C1 | 0 | 19 | 12 | 7 | 157 | 3D | 51 |
| Octal | 354 | 260 | 301 | 0 | 31 | 22 | 7 | 527 | 75 | 121 |
| Binary | 11101100 | 10110000 | 11000001 | 0 | 11001 | 10010 | 111 | 101010111 | 111101 | 1010001 |
Color Harmonies of #ECB0C1
Complementary color
Monochromatic Colors of #ECB0C1
Black with #ECB0C1
Text Example
Text Example
White with #ECB0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0C1; }
p { color: rgb(236,176,193); }
H1.HeaderClassName
{
color: #ECB0C1;
}
.AnyTagClassName
{
color: #ECB0C1;
}
</style>
background-color css
<style>
a { background-color: #ECB0C1; }
a { background-color: rgb(236,176,193); }
div.DivClassName
{
background-color: #ECB0C1;
}
.BgClassName
{
background-color: #ECB0C1;
}
</style>
border-color css
<style>
span { border-color: #ECB0C1; }
span { border-color: rgb(236,176,193); }
td.TdClassName
{
border-color: #ECB0C1;
}
.TagClassName
{
border-color: #ECB0C1;
}
</style>