Shades of Chantilly #ECBFC7
Tints of Chantilly #ECBFC7
RGB
CMYK
RGB Variations
Color information
#ECBFC7 (or 0xECBFC7) is known color: Chantilly. HEX triplet: EC, BF and C7. RGB value is (236,191,199). Sum of RGB (Red+Green+Blue) = 236+191+199=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFC7 is #134038. Grayscale: #CDCDCD. Windows color (decimal): -1261625 or 13090796. OLE color: 13090796.
HSL color Cylindrical-coordinate representation of color #ECBFC7: hue angle of 349.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 #ECBFC7 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 199 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.07 |
| HSL | 349.33º | 0.54% | 0.84% | - |
| HSV(B) | 349.33º | 0.19% | 0.93% | - |
| XYZ | 63.53 | 59.22 | 62.11 | - |
| YUV | 205.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 199 | 0 | 0.19 | 0.16 | 0.07 | 349.33 | 0.54 | 0.84 |
| Hex | EC | BF | C7 | 0 | 13 | 10 | 7 | 15D | 36 | 54 |
| Octal | 354 | 277 | 307 | 0 | 23 | 20 | 7 | 535 | 66 | 124 |
| Binary | 11101100 | 10111111 | 11000111 | 0 | 10011 | 10000 | 111 | 101011101 | 110110 | 1010100 |
Color Harmonies of #ECBFC7
Complementary color
Monochromatic Colors of #ECBFC7
Black with #ECBFC7
Text Example
Text Example
White with #ECBFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFC7; }
p { color: rgb(236,191,199); }
H1.HeaderClassName
{
color: #ECBFC7;
}
.AnyTagClassName
{
color: #ECBFC7;
}
</style>
background-color css
<style>
a { background-color: #ECBFC7; }
a { background-color: rgb(236,191,199); }
div.DivClassName
{
background-color: #ECBFC7;
}
.BgClassName
{
background-color: #ECBFC7;
}
</style>
border-color css
<style>
span { border-color: #ECBFC7; }
span { border-color: rgb(236,191,199); }
td.TdClassName
{
border-color: #ECBFC7;
}
.TagClassName
{
border-color: #ECBFC7;
}
</style>