Shades of Chantilly #ECBFCD
Tints of Chantilly #ECBFCD
RGB
CMYK
RGB Variations
Color information
#ECBFCD (or 0xECBFCD) is known color: Chantilly. HEX triplet: EC, BF and CD. RGB value is (236,191,205). Sum of RGB (Red+Green+Blue) = 236+191+205=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFCD is #134032. Grayscale: #CECECE. Windows color (decimal): -1261619 or 13484012. OLE color: 13484012.
HSL color Cylindrical-coordinate representation of color #ECBFCD: hue angle of 341.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECBFCD is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 205 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.07 |
| HSL | 341.33º | 0.54% | 0.84% | - |
| HSV(B) | 341.33º | 0.19% | 0.93% | - |
| XYZ | 64.24 | 59.5 | 65.86 | - |
| YUV | 206.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 205 | 0 | 0.19 | 0.13 | 0.07 | 341.33 | 0.54 | 0.84 |
| Hex | EC | BF | CD | 0 | 13 | D | 7 | 155 | 36 | 54 |
| Octal | 354 | 277 | 315 | 0 | 23 | 15 | 7 | 525 | 66 | 124 |
| Binary | 11101100 | 10111111 | 11001101 | 0 | 10011 | 1101 | 111 | 101010101 | 110110 | 1010100 |
Color Harmonies of #ECBFCD
Complementary color
Monochromatic Colors of #ECBFCD
Black with #ECBFCD
Text Example
Text Example
White with #ECBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFCD; }
p { color: rgb(236,191,205); }
H1.HeaderClassName
{
color: #ECBFCD;
}
.AnyTagClassName
{
color: #ECBFCD;
}
</style>
background-color css
<style>
a { background-color: #ECBFCD; }
a { background-color: rgb(236,191,205); }
div.DivClassName
{
background-color: #ECBFCD;
}
.BgClassName
{
background-color: #ECBFCD;
}
</style>
border-color css
<style>
span { border-color: #ECBFCD; }
span { border-color: rgb(236,191,205); }
td.TdClassName
{
border-color: #ECBFCD;
}
.TagClassName
{
border-color: #ECBFCD;
}
</style>