Shades of Champagne #ECD7B5
Tints of Champagne #ECD7B5
RGB
CMYK
RGB Variations
Color information
#ECD7B5 (or 0xECD7B5) is known color: Champagne. HEX triplet: EC, D7 and B5. RGB value is (236,215,181). Sum of RGB (Red+Green+Blue) = 236+215+181=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 215 (84.38% from 255 or 34.02% from 632); Blue value is 181 (71.09% from 255 or 28.64% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD7B5 is #13284A. Grayscale: #D9D9D9. Windows color (decimal): -1255499 or 11917292. OLE color: 11917292.
HSL color Cylindrical-coordinate representation of color #ECD7B5: hue angle of 37.09º 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 #ECD7B5 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 181 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.07 |
| HSL | 37.09º | 0.59% | 0.82% | - |
| HSV(B) | 37.09º | 0.23% | 0.93% | - |
| XYZ | 67.23 | 69.77 | 53.64 | - |
| YUV | 217.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 181 | 0 | 0.09 | 0.23 | 0.07 | 37.09 | 0.59 | 0.82 |
| Hex | EC | D7 | B5 | 0 | 9 | 17 | 7 | 25 | 3B | 52 |
| Octal | 354 | 327 | 265 | 0 | 11 | 27 | 7 | 45 | 73 | 122 |
| Binary | 11101100 | 11010111 | 10110101 | 0 | 1001 | 10111 | 111 | 100101 | 111011 | 1010010 |
Color Harmonies of #ECD7B5
Complementary color
Monochromatic Colors of #ECD7B5
Black with #ECD7B5
Text Example
Text Example
White with #ECD7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD7B5; }
p { color: rgb(236,215,181); }
H1.HeaderClassName
{
color: #ECD7B5;
}
.AnyTagClassName
{
color: #ECD7B5;
}
</style>
background-color css
<style>
a { background-color: #ECD7B5; }
a { background-color: rgb(236,215,181); }
div.DivClassName
{
background-color: #ECD7B5;
}
.BgClassName
{
background-color: #ECD7B5;
}
</style>
border-color css
<style>
span { border-color: #ECD7B5; }
span { border-color: rgb(236,215,181); }
td.TdClassName
{
border-color: #ECD7B5;
}
.TagClassName
{
border-color: #ECD7B5;
}
</style>