Shades of Chantilly #ECB5C1
Tints of Chantilly #ECB5C1
RGB
CMYK
RGB Variations
Color information
#ECB5C1 (or 0xECB5C1) is known color: Chantilly. HEX triplet: EC, B5 and C1. RGB value is (236,181,193). Sum of RGB (Red+Green+Blue) = 236+181+193=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5C1 is #134A3E. Grayscale: #C6C6C6. Windows color (decimal): -1264191 or 12695020. OLE color: 12695020.
HSL color Cylindrical-coordinate representation of color #ECB5C1: hue angle of 346.91º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECB5C1 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 193 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.07 |
| HSL | 346.91º | 0.59% | 0.82% | - |
| HSV(B) | 346.91º | 0.23% | 0.93% | - |
| XYZ | 60.74 | 54.73 | 57.81 | - |
| YUV | 198.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 193 | 0 | 0.23 | 0.18 | 0.07 | 346.91 | 0.59 | 0.82 |
| Hex | EC | B5 | C1 | 0 | 17 | 12 | 7 | 15B | 3B | 52 |
| Octal | 354 | 265 | 301 | 0 | 27 | 22 | 7 | 533 | 73 | 122 |
| Binary | 11101100 | 10110101 | 11000001 | 0 | 10111 | 10010 | 111 | 101011011 | 111011 | 1010010 |
Color Harmonies of #ECB5C1
Complementary color
Monochromatic Colors of #ECB5C1
Black with #ECB5C1
Text Example
Text Example
White with #ECB5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5C1; }
p { color: rgb(236,181,193); }
H1.HeaderClassName
{
color: #ECB5C1;
}
.AnyTagClassName
{
color: #ECB5C1;
}
</style>
background-color css
<style>
a { background-color: #ECB5C1; }
a { background-color: rgb(236,181,193); }
div.DivClassName
{
background-color: #ECB5C1;
}
.BgClassName
{
background-color: #ECB5C1;
}
</style>
border-color css
<style>
span { border-color: #ECB5C1; }
span { border-color: rgb(236,181,193); }
td.TdClassName
{
border-color: #ECB5C1;
}
.TagClassName
{
border-color: #ECB5C1;
}
</style>