Shades of Chantilly #ECB8C4
Tints of Chantilly #ECB8C4
RGB
CMYK
RGB Variations
Color information
#ECB8C4 (or 0xECB8C4) is known color: Chantilly. HEX triplet: EC, B8 and C4. RGB value is (236,184,196). Sum of RGB (Red+Green+Blue) = 236+184+196=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 184 (72.27% from 255 or 29.87% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB8C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB8C4 is #13473B. Grayscale: #C8C8C8. Windows color (decimal): -1263420 or 12892396. OLE color: 12892396.
HSL color Cylindrical-coordinate representation of color #ECB8C4: hue angle of 346.15º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB8C4 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 196 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.07 |
| HSL | 346.15º | 0.58% | 0.82% | - |
| HSV(B) | 346.15º | 0.22% | 0.93% | - |
| XYZ | 61.7 | 56.1 | 59.8 | - |
| YUV | 200.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 196 | 0 | 0.22 | 0.17 | 0.07 | 346.15 | 0.58 | 0.82 |
| Hex | EC | B8 | C4 | 0 | 16 | 11 | 7 | 15A | 3A | 52 |
| Octal | 354 | 270 | 304 | 0 | 26 | 21 | 7 | 532 | 72 | 122 |
| Binary | 11101100 | 10111000 | 11000100 | 0 | 10110 | 10001 | 111 | 101011010 | 111010 | 1010010 |
Color Harmonies of #ECB8C4
Complementary color
Monochromatic Colors of #ECB8C4
Black with #ECB8C4
Text Example
Text Example
White with #ECB8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB8C4; }
p { color: rgb(236,184,196); }
H1.HeaderClassName
{
color: #ECB8C4;
}
.AnyTagClassName
{
color: #ECB8C4;
}
</style>
background-color css
<style>
a { background-color: #ECB8C4; }
a { background-color: rgb(236,184,196); }
div.DivClassName
{
background-color: #ECB8C4;
}
.BgClassName
{
background-color: #ECB8C4;
}
</style>
border-color css
<style>
span { border-color: #ECB8C4; }
span { border-color: rgb(236,184,196); }
td.TdClassName
{
border-color: #ECB8C4;
}
.TagClassName
{
border-color: #ECB8C4;
}
</style>