Shades of Chantilly #ECB4BE
Tints of Chantilly #ECB4BE
RGB
CMYK
RGB Variations
Color information
#ECB4BE (or 0xECB4BE) is known color: Chantilly. HEX triplet: EC, B4 and BE. RGB value is (236,180,190). Sum of RGB (Red+Green+Blue) = 236+180+190=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 180 (70.70% from 255 or 29.70% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4BE is #134B41. Grayscale: #C5C5C5. Windows color (decimal): -1264450 or 12498156. OLE color: 12498156.
HSL color Cylindrical-coordinate representation of color #ECB4BE: hue angle of 349.29º 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 #ECB4BE is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 190 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.07 |
| HSL | 349.29º | 0.6% | 0.82% | - |
| HSV(B) | 349.29º | 0.24% | 0.93% | - |
| XYZ | 60.21 | 54.19 | 56 | - |
| YUV | 197.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 190 | 0 | 0.24 | 0.19 | 0.07 | 349.29 | 0.6 | 0.82 |
| Hex | EC | B4 | BE | 0 | 18 | 13 | 7 | 15D | 3C | 52 |
| Octal | 354 | 264 | 276 | 0 | 30 | 23 | 7 | 535 | 74 | 122 |
| Binary | 11101100 | 10110100 | 10111110 | 0 | 11000 | 10011 | 111 | 101011101 | 111100 | 1010010 |
Color Harmonies of #ECB4BE
Complementary color
Monochromatic Colors of #ECB4BE
Black with #ECB4BE
Text Example
Text Example
White with #ECB4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB4BE; }
p { color: rgb(236,180,190); }
H1.HeaderClassName
{
color: #ECB4BE;
}
.AnyTagClassName
{
color: #ECB4BE;
}
</style>
background-color css
<style>
a { background-color: #ECB4BE; }
a { background-color: rgb(236,180,190); }
div.DivClassName
{
background-color: #ECB4BE;
}
.BgClassName
{
background-color: #ECB4BE;
}
</style>
border-color css
<style>
span { border-color: #ECB4BE; }
span { border-color: rgb(236,180,190); }
td.TdClassName
{
border-color: #ECB4BE;
}
.TagClassName
{
border-color: #ECB4BE;
}
</style>