Shades of Chantilly #ECBFCF
Tints of Chantilly #ECBFCF
RGB
CMYK
RGB Variations
Color information
#ECBFCF (or 0xECBFCF) is known color: Chantilly. HEX triplet: EC, BF and CF. RGB value is (236,191,207). Sum of RGB (Red+Green+Blue) = 236+191+207=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFCF is #134030. Grayscale: #CECECE. Windows color (decimal): -1261617 or 13615084. OLE color: 13615084.
HSL color Cylindrical-coordinate representation of color #ECBFCF: hue angle of 338.67º 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 #ECBFCF is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 207 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.07 |
| HSL | 338.67º | 0.54% | 0.84% | - |
| HSV(B) | 338.67º | 0.19% | 0.93% | - |
| XYZ | 64.49 | 59.6 | 67.14 | - |
| YUV | 206.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 207 | 0 | 0.19 | 0.12 | 0.07 | 338.67 | 0.54 | 0.84 |
| Hex | EC | BF | CF | 0 | 13 | C | 7 | 153 | 36 | 54 |
| Octal | 354 | 277 | 317 | 0 | 23 | 14 | 7 | 523 | 66 | 124 |
| Binary | 11101100 | 10111111 | 11001111 | 0 | 10011 | 1100 | 111 | 101010011 | 110110 | 1010100 |
Color Harmonies of #ECBFCF
Complementary color
Monochromatic Colors of #ECBFCF
Black with #ECBFCF
Text Example
Text Example
White with #ECBFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFCF; }
p { color: rgb(236,191,207); }
H1.HeaderClassName
{
color: #ECBFCF;
}
.AnyTagClassName
{
color: #ECBFCF;
}
</style>
background-color css
<style>
a { background-color: #ECBFCF; }
a { background-color: rgb(236,191,207); }
div.DivClassName
{
background-color: #ECBFCF;
}
.BgClassName
{
background-color: #ECBFCF;
}
</style>
border-color css
<style>
span { border-color: #ECBFCF; }
span { border-color: rgb(236,191,207); }
td.TdClassName
{
border-color: #ECBFCF;
}
.TagClassName
{
border-color: #ECBFCF;
}
</style>