Shades of Chantilly #ECB6BE
Tints of Chantilly #ECB6BE
RGB
CMYK
RGB Variations
Color information
#ECB6BE (or 0xECB6BE) is known color: Chantilly. HEX triplet: EC, B6 and BE. RGB value is (236,182,190). Sum of RGB (Red+Green+Blue) = 236+182+190=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6BE is #134941. Grayscale: #C7C7C7. Windows color (decimal): -1263938 or 12498668. OLE color: 12498668.
HSL color Cylindrical-coordinate representation of color #ECB6BE: hue angle of 351.11º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECB6BE is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 190 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.07 |
| HSL | 351.11º | 0.59% | 0.82% | - |
| HSV(B) | 351.11º | 0.23% | 0.93% | - |
| XYZ | 60.61 | 55.01 | 56.14 | - |
| YUV | 199.06 | 122.89 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 190 | 0 | 0.23 | 0.19 | 0.07 | 351.11 | 0.59 | 0.82 |
| Hex | EC | B6 | BE | 0 | 17 | 13 | 7 | 15F | 3B | 52 |
| Octal | 354 | 266 | 276 | 0 | 27 | 23 | 7 | 537 | 73 | 122 |
| Binary | 11101100 | 10110110 | 10111110 | 0 | 10111 | 10011 | 111 | 101011111 | 111011 | 1010010 |
Color Harmonies of #ECB6BE
Complementary color
Monochromatic Colors of #ECB6BE
Black with #ECB6BE
Text Example
Text Example
White with #ECB6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB6BE; }
p { color: rgb(236,182,190); }
H1.HeaderClassName
{
color: #ECB6BE;
}
.AnyTagClassName
{
color: #ECB6BE;
}
</style>
background-color css
<style>
a { background-color: #ECB6BE; }
a { background-color: rgb(236,182,190); }
div.DivClassName
{
background-color: #ECB6BE;
}
.BgClassName
{
background-color: #ECB6BE;
}
</style>
border-color css
<style>
span { border-color: #ECB6BE; }
span { border-color: rgb(236,182,190); }
td.TdClassName
{
border-color: #ECB6BE;
}
.TagClassName
{
border-color: #ECB6BE;
}
</style>