Shades of Chantilly #ECB7C1
Tints of Chantilly #ECB7C1
RGB
CMYK
RGB Variations
Color information
#ECB7C1 (or 0xECB7C1) is known color: Chantilly. HEX triplet: EC, B7 and C1. RGB value is (236,183,193). Sum of RGB (Red+Green+Blue) = 236+183+193=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 183 (71.88% from 255 or 29.90% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB7C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB7C1 is #13483E. Grayscale: #C7C7C7. Windows color (decimal): -1263679 or 12695532. OLE color: 12695532.
HSL color Cylindrical-coordinate representation of color #ECB7C1: hue angle of 348.68º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB7C1 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 193 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.07 |
| HSL | 348.68º | 0.58% | 0.82% | - |
| HSV(B) | 348.68º | 0.22% | 0.93% | - |
| XYZ | 61.15 | 55.55 | 57.95 | - |
| YUV | 199.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 193 | 0 | 0.22 | 0.18 | 0.07 | 348.68 | 0.58 | 0.82 |
| Hex | EC | B7 | C1 | 0 | 16 | 12 | 7 | 15D | 3A | 52 |
| Octal | 354 | 267 | 301 | 0 | 26 | 22 | 7 | 535 | 72 | 122 |
| Binary | 11101100 | 10110111 | 11000001 | 0 | 10110 | 10010 | 111 | 101011101 | 111010 | 1010010 |
Color Harmonies of #ECB7C1
Complementary color
Monochromatic Colors of #ECB7C1
Black with #ECB7C1
Text Example
Text Example
White with #ECB7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7C1; }
p { color: rgb(236,183,193); }
H1.HeaderClassName
{
color: #ECB7C1;
}
.AnyTagClassName
{
color: #ECB7C1;
}
</style>
background-color css
<style>
a { background-color: #ECB7C1; }
a { background-color: rgb(236,183,193); }
div.DivClassName
{
background-color: #ECB7C1;
}
.BgClassName
{
background-color: #ECB7C1;
}
</style>
border-color css
<style>
span { border-color: #ECB7C1; }
span { border-color: rgb(236,183,193); }
td.TdClassName
{
border-color: #ECB7C1;
}
.TagClassName
{
border-color: #ECB7C1;
}
</style>