Shades of Chantilly #ECB8CD
Tints of Chantilly #ECB8CD
RGB
CMYK
RGB Variations
Color information
#ECB8CD (or 0xECB8CD) is known color: Chantilly. HEX triplet: EC, B8 and CD. RGB value is (236,184,205). Sum of RGB (Red+Green+Blue) = 236+184+205=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 184 (72.27% from 255 or 29.44% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB8CD is #134732. Grayscale: #C9C9C9. Windows color (decimal): -1263411 or 13482220. OLE color: 13482220.
HSL color Cylindrical-coordinate representation of color #ECB8CD: hue angle of 335.77º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB8CD is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 205 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.07 |
| HSL | 335.77º | 0.58% | 0.82% | - |
| HSV(B) | 335.77º | 0.22% | 0.93% | - |
| XYZ | 62.75 | 56.52 | 65.36 | - |
| YUV | 201.94 | 129.73 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 205 | 0 | 0.22 | 0.13 | 0.07 | 335.77 | 0.58 | 0.82 |
| Hex | EC | B8 | CD | 0 | 16 | D | 7 | 150 | 3A | 52 |
| Octal | 354 | 270 | 315 | 0 | 26 | 15 | 7 | 520 | 72 | 122 |
| Binary | 11101100 | 10111000 | 11001101 | 0 | 10110 | 1101 | 111 | 101010000 | 111010 | 1010010 |
Color Harmonies of #ECB8CD
Complementary color
Monochromatic Colors of #ECB8CD
Black with #ECB8CD
Text Example
Text Example
White with #ECB8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB8CD; }
p { color: rgb(236,184,205); }
H1.HeaderClassName
{
color: #ECB8CD;
}
.AnyTagClassName
{
color: #ECB8CD;
}
</style>
background-color css
<style>
a { background-color: #ECB8CD; }
a { background-color: rgb(236,184,205); }
div.DivClassName
{
background-color: #ECB8CD;
}
.BgClassName
{
background-color: #ECB8CD;
}
</style>
border-color css
<style>
span { border-color: #ECB8CD; }
span { border-color: rgb(236,184,205); }
td.TdClassName
{
border-color: #ECB8CD;
}
.TagClassName
{
border-color: #ECB8CD;
}
</style>