Shades of Champagne #ECD7B6
Tints of Champagne #ECD7B6
RGB
CMYK
RGB Variations
Color information
#ECD7B6 (or 0xECD7B6) is known color: Champagne. HEX triplet: EC, D7 and B6. RGB value is (236,215,182). Sum of RGB (Red+Green+Blue) = 236+215+182=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 215 (84.38% from 255 or 33.97% from 633); Blue value is 182 (71.48% from 255 or 28.75% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD7B6 is #132849. Grayscale: #D9D9D9. Windows color (decimal): -1255498 or 11982828. OLE color: 11982828.
HSL color Cylindrical-coordinate representation of color #ECD7B6: hue angle of 36.67º 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 #ECD7B6 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 182 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.07 |
| HSL | 36.67º | 0.59% | 0.82% | - |
| HSV(B) | 36.67º | 0.23% | 0.93% | - |
| XYZ | 67.34 | 69.81 | 54.18 | - |
| YUV | 217.52 | 107.96 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 182 | 0 | 0.09 | 0.23 | 0.07 | 36.67 | 0.59 | 0.82 |
| Hex | EC | D7 | B6 | 0 | 9 | 17 | 7 | 25 | 3B | 52 |
| Octal | 354 | 327 | 266 | 0 | 11 | 27 | 7 | 45 | 73 | 122 |
| Binary | 11101100 | 11010111 | 10110110 | 0 | 1001 | 10111 | 111 | 100101 | 111011 | 1010010 |
Color Harmonies of #ECD7B6
Complementary color
Monochromatic Colors of #ECD7B6
Black with #ECD7B6
Text Example
Text Example
White with #ECD7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD7B6; }
p { color: rgb(236,215,182); }
H1.HeaderClassName
{
color: #ECD7B6;
}
.AnyTagClassName
{
color: #ECD7B6;
}
</style>
background-color css
<style>
a { background-color: #ECD7B6; }
a { background-color: rgb(236,215,182); }
div.DivClassName
{
background-color: #ECD7B6;
}
.BgClassName
{
background-color: #ECD7B6;
}
</style>
border-color css
<style>
span { border-color: #ECD7B6; }
span { border-color: rgb(236,215,182); }
td.TdClassName
{
border-color: #ECD7B6;
}
.TagClassName
{
border-color: #ECD7B6;
}
</style>