Shades of Chantilly #ECB4CC
Tints of Chantilly #ECB4CC
RGB
CMYK
RGB Variations
Color information
#ECB4CC (or 0xECB4CC) is known color: Chantilly. HEX triplet: EC, B4 and CC. RGB value is (236,180,204). Sum of RGB (Red+Green+Blue) = 236+180+204=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 180 (70.70% from 255 or 29.03% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4CC is #134B33. Grayscale: #C7C7C7. Windows color (decimal): -1264436 or 13415660. OLE color: 13415660.
HSL color Cylindrical-coordinate representation of color #ECB4CC: hue angle of 334.29º 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 #ECB4CC is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 204 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.07 |
| HSL | 334.29º | 0.6% | 0.82% | - |
| HSV(B) | 334.29º | 0.24% | 0.93% | - |
| XYZ | 61.81 | 54.84 | 64.45 | - |
| YUV | 199.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 204 | 0 | 0.24 | 0.14 | 0.07 | 334.29 | 0.6 | 0.82 |
| Hex | EC | B4 | CC | 0 | 18 | E | 7 | 14E | 3C | 52 |
| Octal | 354 | 264 | 314 | 0 | 30 | 16 | 7 | 516 | 74 | 122 |
| Binary | 11101100 | 10110100 | 11001100 | 0 | 11000 | 1110 | 111 | 101001110 | 111100 | 1010010 |
Color Harmonies of #ECB4CC
Complementary color
Monochromatic Colors of #ECB4CC
Black with #ECB4CC
Text Example
Text Example
White with #ECB4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB4CC; }
p { color: rgb(236,180,204); }
H1.HeaderClassName
{
color: #ECB4CC;
}
.AnyTagClassName
{
color: #ECB4CC;
}
</style>
background-color css
<style>
a { background-color: #ECB4CC; }
a { background-color: rgb(236,180,204); }
div.DivClassName
{
background-color: #ECB4CC;
}
.BgClassName
{
background-color: #ECB4CC;
}
</style>
border-color css
<style>
span { border-color: #ECB4CC; }
span { border-color: rgb(236,180,204); }
td.TdClassName
{
border-color: #ECB4CC;
}
.TagClassName
{
border-color: #ECB4CC;
}
</style>