Shades of Chantilly #ECC1D0
Tints of Chantilly #ECC1D0
RGB
CMYK
RGB Variations
Color information
#ECC1D0 (or 0xECC1D0) is known color: Chantilly. HEX triplet: EC, C1 and D0. RGB value is (236,193,208). Sum of RGB (Red+Green+Blue) = 236+193+208=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 193 (75.78% from 255 or 30.30% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1D0 is #133E2F. Grayscale: #CFCFCF. Windows color (decimal): -1261104 or 13681132. OLE color: 13681132.
HSL color Cylindrical-coordinate representation of color #ECC1D0: hue angle of 339.07º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECC1D0 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 208 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.07 |
| HSL | 339.07º | 0.53% | 0.84% | - |
| HSV(B) | 339.07º | 0.18% | 0.93% | - |
| XYZ | 65.05 | 60.53 | 67.93 | - |
| YUV | 207.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 208 | 0 | 0.18 | 0.12 | 0.07 | 339.07 | 0.53 | 0.84 |
| Hex | EC | C1 | D0 | 0 | 12 | C | 7 | 153 | 35 | 54 |
| Octal | 354 | 301 | 320 | 0 | 22 | 14 | 7 | 523 | 65 | 124 |
| Binary | 11101100 | 11000001 | 11010000 | 0 | 10010 | 1100 | 111 | 101010011 | 110101 | 1010100 |
Color Harmonies of #ECC1D0
Complementary color
Monochromatic Colors of #ECC1D0
Black with #ECC1D0
Text Example
Text Example
White with #ECC1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1D0; }
p { color: rgb(236,193,208); }
H1.HeaderClassName
{
color: #ECC1D0;
}
.AnyTagClassName
{
color: #ECC1D0;
}
</style>
background-color css
<style>
a { background-color: #ECC1D0; }
a { background-color: rgb(236,193,208); }
div.DivClassName
{
background-color: #ECC1D0;
}
.BgClassName
{
background-color: #ECC1D0;
}
</style>
border-color css
<style>
span { border-color: #ECC1D0; }
span { border-color: rgb(236,193,208); }
td.TdClassName
{
border-color: #ECC1D0;
}
.TagClassName
{
border-color: #ECC1D0;
}
</style>