Shades of Chantilly #ECBFCA
Tints of Chantilly #ECBFCA
RGB
CMYK
RGB Variations
Color information
#ECBFCA (or 0xECBFCA) is known color: Chantilly. HEX triplet: EC, BF and CA. RGB value is (236,191,202). Sum of RGB (Red+Green+Blue) = 236+191+202=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFCA is #134035. Grayscale: #CDCDCD. Windows color (decimal): -1261622 or 13287404. OLE color: 13287404.
HSL color Cylindrical-coordinate representation of color #ECBFCA: hue angle of 345.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 #ECBFCA is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 202 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.07 |
| HSL | 345.33º | 0.54% | 0.84% | - |
| HSV(B) | 345.33º | 0.19% | 0.93% | - |
| XYZ | 63.88 | 59.36 | 63.97 | - |
| YUV | 205.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 202 | 0 | 0.19 | 0.14 | 0.07 | 345.33 | 0.54 | 0.84 |
| Hex | EC | BF | CA | 0 | 13 | E | 7 | 159 | 36 | 54 |
| Octal | 354 | 277 | 312 | 0 | 23 | 16 | 7 | 531 | 66 | 124 |
| Binary | 11101100 | 10111111 | 11001010 | 0 | 10011 | 1110 | 111 | 101011001 | 110110 | 1010100 |
Color Harmonies of #ECBFCA
Complementary color
Monochromatic Colors of #ECBFCA
Black with #ECBFCA
Text Example
Text Example
White with #ECBFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFCA; }
p { color: rgb(236,191,202); }
H1.HeaderClassName
{
color: #ECBFCA;
}
.AnyTagClassName
{
color: #ECBFCA;
}
</style>
background-color css
<style>
a { background-color: #ECBFCA; }
a { background-color: rgb(236,191,202); }
div.DivClassName
{
background-color: #ECBFCA;
}
.BgClassName
{
background-color: #ECBFCA;
}
</style>
border-color css
<style>
span { border-color: #ECBFCA; }
span { border-color: rgb(236,191,202); }
td.TdClassName
{
border-color: #ECBFCA;
}
.TagClassName
{
border-color: #ECBFCA;
}
</style>