Shades of Chantilly #ECB4C4
Tints of Chantilly #ECB4C4
RGB
CMYK
RGB Variations
Color information
#ECB4C4 (or 0xECB4C4) is known color: Chantilly. HEX triplet: EC, B4 and C4. RGB value is (236,180,196). Sum of RGB (Red+Green+Blue) = 236+180+196=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 180 (70.70% from 255 or 29.41% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4C4 is #134B3B. Grayscale: #C6C6C6. Windows color (decimal): -1264444 or 12891372. OLE color: 12891372.
HSL color Cylindrical-coordinate representation of color #ECB4C4: hue angle of 342.86º 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 #ECB4C4 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 196 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.07 |
| HSL | 342.86º | 0.6% | 0.82% | - |
| HSV(B) | 342.86º | 0.24% | 0.93% | - |
| XYZ | 60.88 | 54.46 | 59.53 | - |
| YUV | 198.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 196 | 0 | 0.24 | 0.17 | 0.07 | 342.86 | 0.6 | 0.82 |
| Hex | EC | B4 | C4 | 0 | 18 | 11 | 7 | 157 | 3C | 52 |
| Octal | 354 | 264 | 304 | 0 | 30 | 21 | 7 | 527 | 74 | 122 |
| Binary | 11101100 | 10110100 | 11000100 | 0 | 11000 | 10001 | 111 | 101010111 | 111100 | 1010010 |
Color Harmonies of #ECB4C4
Complementary color
Monochromatic Colors of #ECB4C4
Black with #ECB4C4
Text Example
Text Example
White with #ECB4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB4C4; }
p { color: rgb(236,180,196); }
H1.HeaderClassName
{
color: #ECB4C4;
}
.AnyTagClassName
{
color: #ECB4C4;
}
</style>
background-color css
<style>
a { background-color: #ECB4C4; }
a { background-color: rgb(236,180,196); }
div.DivClassName
{
background-color: #ECB4C4;
}
.BgClassName
{
background-color: #ECB4C4;
}
</style>
border-color css
<style>
span { border-color: #ECB4C4; }
span { border-color: rgb(236,180,196); }
td.TdClassName
{
border-color: #ECB4C4;
}
.TagClassName
{
border-color: #ECB4C4;
}
</style>