Shades of Chantilly #ECB1C3
Tints of Chantilly #ECB1C3
RGB
CMYK
RGB Variations
Color information
#ECB1C3 (or 0xECB1C3) is known color: Chantilly. HEX triplet: EC, B1 and C3. RGB value is (236,177,195). Sum of RGB (Red+Green+Blue) = 236+177+195=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1C3 is #134E3C. Grayscale: #C4C4C4. Windows color (decimal): -1265213 or 12825068. OLE color: 12825068.
HSL color Cylindrical-coordinate representation of color #ECB1C3: hue angle of 341.69º 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 #ECB1C3 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 195 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.07 |
| HSL | 341.69º | 0.61% | 0.81% | - |
| HSV(B) | 341.69º | 0.25% | 0.93% | - |
| XYZ | 60.16 | 53.22 | 58.73 | - |
| YUV | 196.69 | 127.05 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 195 | 0 | 0.25 | 0.17 | 0.07 | 341.69 | 0.61 | 0.81 |
| Hex | EC | B1 | C3 | 0 | 19 | 11 | 7 | 156 | 3D | 51 |
| Octal | 354 | 261 | 303 | 0 | 31 | 21 | 7 | 526 | 75 | 121 |
| Binary | 11101100 | 10110001 | 11000011 | 0 | 11001 | 10001 | 111 | 101010110 | 111101 | 1010001 |
Color Harmonies of #ECB1C3
Complementary color
Monochromatic Colors of #ECB1C3
Black with #ECB1C3
Text Example
Text Example
White with #ECB1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB1C3; }
p { color: rgb(236,177,195); }
H1.HeaderClassName
{
color: #ECB1C3;
}
.AnyTagClassName
{
color: #ECB1C3;
}
</style>
background-color css
<style>
a { background-color: #ECB1C3; }
a { background-color: rgb(236,177,195); }
div.DivClassName
{
background-color: #ECB1C3;
}
.BgClassName
{
background-color: #ECB1C3;
}
</style>
border-color css
<style>
span { border-color: #ECB1C3; }
span { border-color: rgb(236,177,195); }
td.TdClassName
{
border-color: #ECB1C3;
}
.TagClassName
{
border-color: #ECB1C3;
}
</style>