Shades of Chantilly #ECB6CD
Tints of Chantilly #ECB6CD
RGB
CMYK
RGB Variations
Color information
#ECB6CD (or 0xECB6CD) is known color: Chantilly. HEX triplet: EC, B6 and CD. RGB value is (236,182,205). Sum of RGB (Red+Green+Blue) = 236+182+205=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6CD is #134932. Grayscale: #C8C8C8. Windows color (decimal): -1263923 or 13481708. OLE color: 13481708.
HSL color Cylindrical-coordinate representation of color #ECB6CD: hue angle of 334.44º 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 #ECB6CD is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 205 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.07 |
| HSL | 334.44º | 0.59% | 0.82% | - |
| HSV(B) | 334.44º | 0.23% | 0.93% | - |
| XYZ | 62.34 | 55.7 | 65.22 | - |
| YUV | 200.77 | 130.39 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 205 | 0 | 0.23 | 0.13 | 0.07 | 334.44 | 0.59 | 0.82 |
| Hex | EC | B6 | CD | 0 | 17 | D | 7 | 14E | 3B | 52 |
| Octal | 354 | 266 | 315 | 0 | 27 | 15 | 7 | 516 | 73 | 122 |
| Binary | 11101100 | 10110110 | 11001101 | 0 | 10111 | 1101 | 111 | 101001110 | 111011 | 1010010 |
Color Harmonies of #ECB6CD
Complementary color
Monochromatic Colors of #ECB6CD
Black with #ECB6CD
Text Example
Text Example
White with #ECB6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB6CD; }
p { color: rgb(236,182,205); }
H1.HeaderClassName
{
color: #ECB6CD;
}
.AnyTagClassName
{
color: #ECB6CD;
}
</style>
background-color css
<style>
a { background-color: #ECB6CD; }
a { background-color: rgb(236,182,205); }
div.DivClassName
{
background-color: #ECB6CD;
}
.BgClassName
{
background-color: #ECB6CD;
}
</style>
border-color css
<style>
span { border-color: #ECB6CD; }
span { border-color: rgb(236,182,205); }
td.TdClassName
{
border-color: #ECB6CD;
}
.TagClassName
{
border-color: #ECB6CD;
}
</style>