Shades of Chantilly #ECB4CA
Tints of Chantilly #ECB4CA
RGB
CMYK
RGB Variations
Color information
#ECB4CA (or 0xECB4CA) is known color: Chantilly. HEX triplet: EC, B4 and CA. RGB value is (236,180,202). Sum of RGB (Red+Green+Blue) = 236+180+202=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 180 (70.70% from 255 or 29.13% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4CA is #134B35. Grayscale: #C7C7C7. Windows color (decimal): -1264438 or 13284588. OLE color: 13284588.
HSL color Cylindrical-coordinate representation of color #ECB4CA: hue angle of 336.43º 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 #ECB4CA is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 202 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.07 |
| HSL | 336.43º | 0.6% | 0.82% | - |
| HSV(B) | 336.43º | 0.24% | 0.93% | - |
| XYZ | 61.57 | 54.74 | 63.2 | - |
| YUV | 199.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 202 | 0 | 0.24 | 0.14 | 0.07 | 336.43 | 0.6 | 0.82 |
| Hex | EC | B4 | CA | 0 | 18 | E | 7 | 150 | 3C | 52 |
| Octal | 354 | 264 | 312 | 0 | 30 | 16 | 7 | 520 | 74 | 122 |
| Binary | 11101100 | 10110100 | 11001010 | 0 | 11000 | 1110 | 111 | 101010000 | 111100 | 1010010 |
Color Harmonies of #ECB4CA
Complementary color
Monochromatic Colors of #ECB4CA
Black with #ECB4CA
Text Example
Text Example
White with #ECB4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB4CA; }
p { color: rgb(236,180,202); }
H1.HeaderClassName
{
color: #ECB4CA;
}
.AnyTagClassName
{
color: #ECB4CA;
}
</style>
background-color css
<style>
a { background-color: #ECB4CA; }
a { background-color: rgb(236,180,202); }
div.DivClassName
{
background-color: #ECB4CA;
}
.BgClassName
{
background-color: #ECB4CA;
}
</style>
border-color css
<style>
span { border-color: #ECB4CA; }
span { border-color: rgb(236,180,202); }
td.TdClassName
{
border-color: #ECB4CA;
}
.TagClassName
{
border-color: #ECB4CA;
}
</style>