Shades of Chantilly #ECB1CB
Tints of Chantilly #ECB1CB
RGB
CMYK
RGB Variations
Color information
#ECB1CB (or 0xECB1CB) is known color: Chantilly. HEX triplet: EC, B1 and CB. RGB value is (236,177,203). Sum of RGB (Red+Green+Blue) = 236+177+203=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1CB is #134E34. Grayscale: #C5C5C5. Windows color (decimal): -1265205 or 13349356. OLE color: 13349356.
HSL color Cylindrical-coordinate representation of color #ECB1CB: hue angle of 333.56º 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 #ECB1CB is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 203 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.07 |
| HSL | 333.56º | 0.61% | 0.81% | - |
| HSV(B) | 333.56º | 0.25% | 0.93% | - |
| XYZ | 61.09 | 53.59 | 63.62 | - |
| YUV | 197.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 203 | 0 | 0.25 | 0.14 | 0.07 | 333.56 | 0.61 | 0.81 |
| Hex | EC | B1 | CB | 0 | 19 | E | 7 | 14E | 3D | 51 |
| Octal | 354 | 261 | 313 | 0 | 31 | 16 | 7 | 516 | 75 | 121 |
| Binary | 11101100 | 10110001 | 11001011 | 0 | 11001 | 1110 | 111 | 101001110 | 111101 | 1010001 |
Color Harmonies of #ECB1CB
Complementary color
Monochromatic Colors of #ECB1CB
Black with #ECB1CB
Text Example
Text Example
White with #ECB1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB1CB; }
p { color: rgb(236,177,203); }
H1.HeaderClassName
{
color: #ECB1CB;
}
.AnyTagClassName
{
color: #ECB1CB;
}
</style>
background-color css
<style>
a { background-color: #ECB1CB; }
a { background-color: rgb(236,177,203); }
div.DivClassName
{
background-color: #ECB1CB;
}
.BgClassName
{
background-color: #ECB1CB;
}
</style>
border-color css
<style>
span { border-color: #ECB1CB; }
span { border-color: rgb(236,177,203); }
td.TdClassName
{
border-color: #ECB1CB;
}
.TagClassName
{
border-color: #ECB1CB;
}
</style>