Shades of Chantilly #ECB4C5
Tints of Chantilly #ECB4C5
RGB
CMYK
RGB Variations
Color information
#ECB4C5 (or 0xECB4C5) is known color: Chantilly. HEX triplet: EC, B4 and C5. RGB value is (236,180,197). Sum of RGB (Red+Green+Blue) = 236+180+197=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 180 (70.70% from 255 or 29.36% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4C5 is #134B3A. Grayscale: #C6C6C6. Windows color (decimal): -1264443 or 12956908. OLE color: 12956908.
HSL color Cylindrical-coordinate representation of color #ECB4C5: hue angle of 341.79º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB4C5 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 197 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.07 |
| HSL | 341.79º | 0.6% | 0.82% | - |
| HSV(B) | 341.79º | 0.24% | 0.93% | - |
| XYZ | 60.99 | 54.51 | 60.13 | - |
| YUV | 198.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 197 | 0 | 0.24 | 0.17 | 0.07 | 341.79 | 0.6 | 0.82 |
| Hex | EC | B4 | C5 | 0 | 18 | 11 | 7 | 156 | 3C | 52 |
| Octal | 354 | 264 | 305 | 0 | 30 | 21 | 7 | 526 | 74 | 122 |
| Binary | 11101100 | 10110100 | 11000101 | 0 | 11000 | 10001 | 111 | 101010110 | 111100 | 1010010 |
Color Harmonies of #ECB4C5
Complementary color
Monochromatic Colors of #ECB4C5
Black with #ECB4C5
Text Example
Text Example
White with #ECB4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB4C5; }
p { color: rgb(236,180,197); }
H1.HeaderClassName
{
color: #ECB4C5;
}
.AnyTagClassName
{
color: #ECB4C5;
}
</style>
background-color css
<style>
a { background-color: #ECB4C5; }
a { background-color: rgb(236,180,197); }
div.DivClassName
{
background-color: #ECB4C5;
}
.BgClassName
{
background-color: #ECB4C5;
}
</style>
border-color css
<style>
span { border-color: #ECB4C5; }
span { border-color: rgb(236,180,197); }
td.TdClassName
{
border-color: #ECB4C5;
}
.TagClassName
{
border-color: #ECB4C5;
}
</style>