Shades of Chantilly #ECB1C1
Tints of Chantilly #ECB1C1
RGB
CMYK
RGB Variations
Color information
#ECB1C1 (or 0xECB1C1) is known color: Chantilly. HEX triplet: EC, B1 and C1. RGB value is (236,177,193). Sum of RGB (Red+Green+Blue) = 236+177+193=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 177 (69.53% from 255 or 29.21% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1C1 is #134E3E. Grayscale: #C4C4C4. Windows color (decimal): -1265215 or 12693996. OLE color: 12693996.
HSL color Cylindrical-coordinate representation of color #ECB1C1: hue angle of 343.73º 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 #ECB1C1 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 193 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.07 |
| HSL | 343.73º | 0.61% | 0.81% | - |
| HSV(B) | 343.73º | 0.25% | 0.93% | - |
| XYZ | 59.94 | 53.13 | 57.55 | - |
| YUV | 196.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 193 | 0 | 0.25 | 0.18 | 0.07 | 343.73 | 0.61 | 0.81 |
| Hex | EC | B1 | C1 | 0 | 19 | 12 | 7 | 158 | 3D | 51 |
| Octal | 354 | 261 | 301 | 0 | 31 | 22 | 7 | 530 | 75 | 121 |
| Binary | 11101100 | 10110001 | 11000001 | 0 | 11001 | 10010 | 111 | 101011000 | 111101 | 1010001 |
Color Harmonies of #ECB1C1
Complementary color
Monochromatic Colors of #ECB1C1
Black with #ECB1C1
Text Example
Text Example
White with #ECB1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB1C1; }
p { color: rgb(236,177,193); }
H1.HeaderClassName
{
color: #ECB1C1;
}
.AnyTagClassName
{
color: #ECB1C1;
}
</style>
background-color css
<style>
a { background-color: #ECB1C1; }
a { background-color: rgb(236,177,193); }
div.DivClassName
{
background-color: #ECB1C1;
}
.BgClassName
{
background-color: #ECB1C1;
}
</style>
border-color css
<style>
span { border-color: #ECB1C1; }
span { border-color: rgb(236,177,193); }
td.TdClassName
{
border-color: #ECB1C1;
}
.TagClassName
{
border-color: #ECB1C1;
}
</style>