Shades of Chantilly #ECB3CA
Tints of Chantilly #ECB3CA
RGB
CMYK
RGB Variations
Color information
#ECB3CA (or 0xECB3CA) is known color: Chantilly. HEX triplet: EC, B3 and CA. RGB value is (236,179,202). Sum of RGB (Red+Green+Blue) = 236+179+202=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 179 (70.31% from 255 or 29.01% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB3CA is #134C35. Grayscale: #C6C6C6. Windows color (decimal): -1264694 or 13284332. OLE color: 13284332.
HSL color Cylindrical-coordinate representation of color #ECB3CA: hue angle of 335.79º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB3CA is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 202 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.07 |
| HSL | 335.79º | 0.6% | 0.81% | - |
| HSV(B) | 335.79º | 0.24% | 0.93% | - |
| XYZ | 61.37 | 54.34 | 63.13 | - |
| YUV | 198.67 | 129.88 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 202 | 0 | 0.24 | 0.14 | 0.07 | 335.79 | 0.6 | 0.81 |
| Hex | EC | B3 | CA | 0 | 18 | E | 7 | 150 | 3C | 51 |
| Octal | 354 | 263 | 312 | 0 | 30 | 16 | 7 | 520 | 74 | 121 |
| Binary | 11101100 | 10110011 | 11001010 | 0 | 11000 | 1110 | 111 | 101010000 | 111100 | 1010001 |
Color Harmonies of #ECB3CA
Complementary color
Monochromatic Colors of #ECB3CA
Black with #ECB3CA
Text Example
Text Example
White with #ECB3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB3CA; }
p { color: rgb(236,179,202); }
H1.HeaderClassName
{
color: #ECB3CA;
}
.AnyTagClassName
{
color: #ECB3CA;
}
</style>
background-color css
<style>
a { background-color: #ECB3CA; }
a { background-color: rgb(236,179,202); }
div.DivClassName
{
background-color: #ECB3CA;
}
.BgClassName
{
background-color: #ECB3CA;
}
</style>
border-color css
<style>
span { border-color: #ECB3CA; }
span { border-color: rgb(236,179,202); }
td.TdClassName
{
border-color: #ECB3CA;
}
.TagClassName
{
border-color: #ECB3CA;
}
</style>