Shades of Chantilly #ECB1C8
Tints of Chantilly #ECB1C8
RGB
CMYK
RGB Variations
Color information
#ECB1C8 (or 0xECB1C8) is known color: Chantilly. HEX triplet: EC, B1 and C8. RGB value is (236,177,200). Sum of RGB (Red+Green+Blue) = 236+177+200=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1C8 is #134E37. Grayscale: #C5C5C5. Windows color (decimal): -1265208 or 13152748. OLE color: 13152748.
HSL color Cylindrical-coordinate representation of color #ECB1C8: hue angle of 336.61º 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 #ECB1C8 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 200 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.07 |
| HSL | 336.61º | 0.61% | 0.81% | - |
| HSV(B) | 336.61º | 0.25% | 0.93% | - |
| XYZ | 60.74 | 53.45 | 61.76 | - |
| YUV | 197.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 200 | 0 | 0.25 | 0.15 | 0.07 | 336.61 | 0.61 | 0.81 |
| Hex | EC | B1 | C8 | 0 | 19 | F | 7 | 151 | 3D | 51 |
| Octal | 354 | 261 | 310 | 0 | 31 | 17 | 7 | 521 | 75 | 121 |
| Binary | 11101100 | 10110001 | 11001000 | 0 | 11001 | 1111 | 111 | 101010001 | 111101 | 1010001 |
Color Harmonies of #ECB1C8
Complementary color
Monochromatic Colors of #ECB1C8
Black with #ECB1C8
Text Example
Text Example
White with #ECB1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB1C8; }
p { color: rgb(236,177,200); }
H1.HeaderClassName
{
color: #ECB1C8;
}
.AnyTagClassName
{
color: #ECB1C8;
}
</style>
background-color css
<style>
a { background-color: #ECB1C8; }
a { background-color: rgb(236,177,200); }
div.DivClassName
{
background-color: #ECB1C8;
}
.BgClassName
{
background-color: #ECB1C8;
}
</style>
border-color css
<style>
span { border-color: #ECB1C8; }
span { border-color: rgb(236,177,200); }
td.TdClassName
{
border-color: #ECB1C8;
}
.TagClassName
{
border-color: #ECB1C8;
}
</style>