Shades of Chantilly #ECB1BF
Tints of Chantilly #ECB1BF
RGB
CMYK
RGB Variations
Color information
#ECB1BF (or 0xECB1BF) is known color: Chantilly. HEX triplet: EC, B1 and BF. RGB value is (236,177,191). Sum of RGB (Red+Green+Blue) = 236+177+191=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1BF is #134E40. Grayscale: #C4C4C4. Windows color (decimal): -1265217 or 12562924. OLE color: 12562924.
HSL color Cylindrical-coordinate representation of color #ECB1BF: hue angle of 345.76º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB1BF is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 191 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.07 |
| HSL | 345.76º | 0.61% | 0.81% | - |
| HSV(B) | 345.76º | 0.25% | 0.93% | - |
| XYZ | 59.72 | 53.04 | 56.38 | - |
| YUV | 196.24 | 125.05 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 191 | 0 | 0.25 | 0.19 | 0.07 | 345.76 | 0.61 | 0.81 |
| Hex | EC | B1 | BF | 0 | 19 | 13 | 7 | 15A | 3D | 51 |
| Octal | 354 | 261 | 277 | 0 | 31 | 23 | 7 | 532 | 75 | 121 |
| Binary | 11101100 | 10110001 | 10111111 | 0 | 11001 | 10011 | 111 | 101011010 | 111101 | 1010001 |
Color Harmonies of #ECB1BF
Complementary color
Monochromatic Colors of #ECB1BF
Black with #ECB1BF
Text Example
Text Example
White with #ECB1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB1BF; }
p { color: rgb(236,177,191); }
H1.HeaderClassName
{
color: #ECB1BF;
}
.AnyTagClassName
{
color: #ECB1BF;
}
</style>
background-color css
<style>
a { background-color: #ECB1BF; }
a { background-color: rgb(236,177,191); }
div.DivClassName
{
background-color: #ECB1BF;
}
.BgClassName
{
background-color: #ECB1BF;
}
</style>
border-color css
<style>
span { border-color: #ECB1BF; }
span { border-color: rgb(236,177,191); }
td.TdClassName
{
border-color: #ECB1BF;
}
.TagClassName
{
border-color: #ECB1BF;
}
</style>