Shades of Chantilly #ECB1C2
Tints of Chantilly #ECB1C2
RGB
CMYK
RGB Variations
Color information
#ECB1C2 (or 0xECB1C2) is known color: Chantilly. HEX triplet: EC, B1 and C2. RGB value is (236,177,194). Sum of RGB (Red+Green+Blue) = 236+177+194=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 177 (69.53% from 255 or 29.16% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1C2 is #134E3D. Grayscale: #C4C4C4. Windows color (decimal): -1265214 or 12759532. OLE color: 12759532.
HSL color Cylindrical-coordinate representation of color #ECB1C2: hue angle of 342.71º 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 #ECB1C2 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 194 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.07 |
| HSL | 342.71º | 0.61% | 0.81% | - |
| HSV(B) | 342.71º | 0.25% | 0.93% | - |
| XYZ | 60.05 | 53.17 | 58.14 | - |
| YUV | 196.58 | 126.55 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 194 | 0 | 0.25 | 0.18 | 0.07 | 342.71 | 0.61 | 0.81 |
| Hex | EC | B1 | C2 | 0 | 19 | 12 | 7 | 157 | 3D | 51 |
| Octal | 354 | 261 | 302 | 0 | 31 | 22 | 7 | 527 | 75 | 121 |
| Binary | 11101100 | 10110001 | 11000010 | 0 | 11001 | 10010 | 111 | 101010111 | 111101 | 1010001 |
Color Harmonies of #ECB1C2
Complementary color
Monochromatic Colors of #ECB1C2
Black with #ECB1C2
Text Example
Text Example
White with #ECB1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB1C2; }
p { color: rgb(236,177,194); }
H1.HeaderClassName
{
color: #ECB1C2;
}
.AnyTagClassName
{
color: #ECB1C2;
}
</style>
background-color css
<style>
a { background-color: #ECB1C2; }
a { background-color: rgb(236,177,194); }
div.DivClassName
{
background-color: #ECB1C2;
}
.BgClassName
{
background-color: #ECB1C2;
}
</style>
border-color css
<style>
span { border-color: #ECB1C2; }
span { border-color: rgb(236,177,194); }
td.TdClassName
{
border-color: #ECB1C2;
}
.TagClassName
{
border-color: #ECB1C2;
}
</style>