Shades of Chantilly #ECBFCE
Tints of Chantilly #ECBFCE
RGB
CMYK
RGB Variations
Color information
#ECBFCE (or 0xECBFCE) is known color: Chantilly. HEX triplet: EC, BF and CE. RGB value is (236,191,206). Sum of RGB (Red+Green+Blue) = 236+191+206=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFCE is #134031. Grayscale: #CECECE. Windows color (decimal): -1261618 or 13549548. OLE color: 13549548.
HSL color Cylindrical-coordinate representation of color #ECBFCE: hue angle of 340º 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 #ECBFCE is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 206 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.07 |
| HSL | 340º | 0.54% | 0.84% | - |
| HSV(B) | 340º | 0.19% | 0.93% | - |
| XYZ | 64.36 | 59.55 | 66.49 | - |
| YUV | 206.17 | 127.91 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 206 | 0 | 0.19 | 0.13 | 0.07 | 340 | 0.54 | 0.84 |
| Hex | EC | BF | CE | 0 | 13 | D | 7 | 154 | 36 | 54 |
| Octal | 354 | 277 | 316 | 0 | 23 | 15 | 7 | 524 | 66 | 124 |
| Binary | 11101100 | 10111111 | 11001110 | 0 | 10011 | 1101 | 111 | 101010100 | 110110 | 1010100 |
Color Harmonies of #ECBFCE
Complementary color
Monochromatic Colors of #ECBFCE
Black with #ECBFCE
Text Example
Text Example
White with #ECBFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFCE; }
p { color: rgb(236,191,206); }
H1.HeaderClassName
{
color: #ECBFCE;
}
.AnyTagClassName
{
color: #ECBFCE;
}
</style>
background-color css
<style>
a { background-color: #ECBFCE; }
a { background-color: rgb(236,191,206); }
div.DivClassName
{
background-color: #ECBFCE;
}
.BgClassName
{
background-color: #ECBFCE;
}
</style>
border-color css
<style>
span { border-color: #ECBFCE; }
span { border-color: rgb(236,191,206); }
td.TdClassName
{
border-color: #ECBFCE;
}
.TagClassName
{
border-color: #ECBFCE;
}
</style>