Shades of Chantilly #ECB2C5
Tints of Chantilly #ECB2C5
RGB
CMYK
RGB Variations
Color information
#ECB2C5 (or 0xECB2C5) is known color: Chantilly. HEX triplet: EC, B2 and C5. RGB value is (236,178,197). Sum of RGB (Red+Green+Blue) = 236+178+197=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2C5 is #134D3A. Grayscale: #C5C5C5. Windows color (decimal): -1264955 or 12956396. OLE color: 12956396.
HSL color Cylindrical-coordinate representation of color #ECB2C5: hue angle of 340.34º degrees, saturation: 0.6, 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 #ECB2C5 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 197 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.07 |
| HSL | 340.34º | 0.6% | 0.81% | - |
| HSV(B) | 340.34º | 0.25% | 0.93% | - |
| XYZ | 60.59 | 53.7 | 60 | - |
| YUV | 197.51 | 127.72 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 197 | 0 | 0.25 | 0.17 | 0.07 | 340.34 | 0.6 | 0.81 |
| Hex | EC | B2 | C5 | 0 | 19 | 11 | 7 | 154 | 3C | 51 |
| Octal | 354 | 262 | 305 | 0 | 31 | 21 | 7 | 524 | 74 | 121 |
| Binary | 11101100 | 10110010 | 11000101 | 0 | 11001 | 10001 | 111 | 101010100 | 111100 | 1010001 |
Color Harmonies of #ECB2C5
Complementary color
Monochromatic Colors of #ECB2C5
Black with #ECB2C5
Text Example
Text Example
White with #ECB2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2C5; }
p { color: rgb(236,178,197); }
H1.HeaderClassName
{
color: #ECB2C5;
}
.AnyTagClassName
{
color: #ECB2C5;
}
</style>
background-color css
<style>
a { background-color: #ECB2C5; }
a { background-color: rgb(236,178,197); }
div.DivClassName
{
background-color: #ECB2C5;
}
.BgClassName
{
background-color: #ECB2C5;
}
</style>
border-color css
<style>
span { border-color: #ECB2C5; }
span { border-color: rgb(236,178,197); }
td.TdClassName
{
border-color: #ECB2C5;
}
.TagClassName
{
border-color: #ECB2C5;
}
</style>