Shades of Chantilly #ECB2C6
Tints of Chantilly #ECB2C6
RGB
CMYK
RGB Variations
Color information
#ECB2C6 (or 0xECB2C6) is known color: Chantilly. HEX triplet: EC, B2 and C6. RGB value is (236,178,198). Sum of RGB (Red+Green+Blue) = 236+178+198=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2C6 is #134D39. Grayscale: #C5C5C5. Windows color (decimal): -1264954 or 13021932. OLE color: 13021932.
HSL color Cylindrical-coordinate representation of color #ECB2C6: hue angle of 339.31º degrees, saturation: 0.6, 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 #ECB2C6 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 198 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.07 |
| HSL | 339.31º | 0.6% | 0.81% | - |
| HSV(B) | 339.31º | 0.25% | 0.93% | - |
| XYZ | 60.71 | 53.75 | 60.6 | - |
| YUV | 197.62 | 128.22 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 198 | 0 | 0.25 | 0.16 | 0.07 | 339.31 | 0.6 | 0.81 |
| Hex | EC | B2 | C6 | 0 | 19 | 10 | 7 | 153 | 3C | 51 |
| Octal | 354 | 262 | 306 | 0 | 31 | 20 | 7 | 523 | 74 | 121 |
| Binary | 11101100 | 10110010 | 11000110 | 0 | 11001 | 10000 | 111 | 101010011 | 111100 | 1010001 |
Color Harmonies of #ECB2C6
Complementary color
Monochromatic Colors of #ECB2C6
Black with #ECB2C6
Text Example
Text Example
White with #ECB2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2C6; }
p { color: rgb(236,178,198); }
H1.HeaderClassName
{
color: #ECB2C6;
}
.AnyTagClassName
{
color: #ECB2C6;
}
</style>
background-color css
<style>
a { background-color: #ECB2C6; }
a { background-color: rgb(236,178,198); }
div.DivClassName
{
background-color: #ECB2C6;
}
.BgClassName
{
background-color: #ECB2C6;
}
</style>
border-color css
<style>
span { border-color: #ECB2C6; }
span { border-color: rgb(236,178,198); }
td.TdClassName
{
border-color: #ECB2C6;
}
.TagClassName
{
border-color: #ECB2C6;
}
</style>