Shades of Chantilly #ECB2CC
Tints of Chantilly #ECB2CC
RGB
CMYK
RGB Variations
Color information
#ECB2CC (or 0xECB2CC) is known color: Chantilly. HEX triplet: EC, B2 and CC. RGB value is (236,178,204). Sum of RGB (Red+Green+Blue) = 236+178+204=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2CC is #134D33. Grayscale: #C6C6C6. Windows color (decimal): -1264948 or 13415148. OLE color: 13415148.
HSL color Cylindrical-coordinate representation of color #ECB2CC: hue angle of 333.1º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB2CC is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 204 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.07 |
| HSL | 333.1º | 0.6% | 0.81% | - |
| HSV(B) | 333.1º | 0.25% | 0.93% | - |
| XYZ | 61.41 | 54.03 | 64.32 | - |
| YUV | 198.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 204 | 0 | 0.25 | 0.14 | 0.07 | 333.1 | 0.6 | 0.81 |
| Hex | EC | B2 | CC | 0 | 19 | E | 7 | 14D | 3C | 51 |
| Octal | 354 | 262 | 314 | 0 | 31 | 16 | 7 | 515 | 74 | 121 |
| Binary | 11101100 | 10110010 | 11001100 | 0 | 11001 | 1110 | 111 | 101001101 | 111100 | 1010001 |
Color Harmonies of #ECB2CC
Complementary color
Monochromatic Colors of #ECB2CC
Black with #ECB2CC
Text Example
Text Example
White with #ECB2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2CC; }
p { color: rgb(236,178,204); }
H1.HeaderClassName
{
color: #ECB2CC;
}
.AnyTagClassName
{
color: #ECB2CC;
}
</style>
background-color css
<style>
a { background-color: #ECB2CC; }
a { background-color: rgb(236,178,204); }
div.DivClassName
{
background-color: #ECB2CC;
}
.BgClassName
{
background-color: #ECB2CC;
}
</style>
border-color css
<style>
span { border-color: #ECB2CC; }
span { border-color: rgb(236,178,204); }
td.TdClassName
{
border-color: #ECB2CC;
}
.TagClassName
{
border-color: #ECB2CC;
}
</style>