Shades of Chantilly #ECBFD1
Tints of Chantilly #ECBFD1
RGB
CMYK
RGB Variations
Color information
#ECBFD1 (or 0xECBFD1) is known color: Chantilly. HEX triplet: EC, BF and D1. RGB value is (236,191,209). Sum of RGB (Red+Green+Blue) = 236+191+209=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFD1 is #13402E. Grayscale: #CECECE. Windows color (decimal): -1261615 or 13746156. OLE color: 13746156.
HSL color Cylindrical-coordinate representation of color #ECBFD1: hue angle of 336º 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 #ECBFD1 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 209 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.07 |
| HSL | 336º | 0.54% | 0.84% | - |
| HSV(B) | 336º | 0.19% | 0.93% | - |
| XYZ | 64.73 | 59.7 | 68.43 | - |
| YUV | 206.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 209 | 0 | 0.19 | 0.11 | 0.07 | 336 | 0.54 | 0.84 |
| Hex | EC | BF | D1 | 0 | 13 | B | 7 | 150 | 36 | 54 |
| Octal | 354 | 277 | 321 | 0 | 23 | 13 | 7 | 520 | 66 | 124 |
| Binary | 11101100 | 10111111 | 11010001 | 0 | 10011 | 1011 | 111 | 101010000 | 110110 | 1010100 |
Color Harmonies of #ECBFD1
Complementary color
Monochromatic Colors of #ECBFD1
Black with #ECBFD1
Text Example
Text Example
White with #ECBFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFD1; }
p { color: rgb(236,191,209); }
H1.HeaderClassName
{
color: #ECBFD1;
}
.AnyTagClassName
{
color: #ECBFD1;
}
</style>
background-color css
<style>
a { background-color: #ECBFD1; }
a { background-color: rgb(236,191,209); }
div.DivClassName
{
background-color: #ECBFD1;
}
.BgClassName
{
background-color: #ECBFD1;
}
</style>
border-color css
<style>
span { border-color: #ECBFD1; }
span { border-color: rgb(236,191,209); }
td.TdClassName
{
border-color: #ECBFD1;
}
.TagClassName
{
border-color: #ECBFD1;
}
</style>