Shades of Champagne #ECD5B5
Tints of Champagne #ECD5B5
RGB
CMYK
RGB Variations
Color information
#ECD5B5 (or 0xECD5B5) is known color: Champagne. HEX triplet: EC, D5 and B5. RGB value is (236,213,181). Sum of RGB (Red+Green+Blue) = 236+213+181=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 181 (71.09% from 255 or 28.73% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5B5 is #132A4A. Grayscale: #D8D8D8. Windows color (decimal): -1256011 or 11916780. OLE color: 11916780.
HSL color Cylindrical-coordinate representation of color #ECD5B5: hue angle of 34.91º 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 #ECD5B5 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 181 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.07 |
| HSL | 34.91º | 0.59% | 0.82% | - |
| HSV(B) | 34.91º | 0.23% | 0.93% | - |
| XYZ | 66.73 | 68.76 | 53.47 | - |
| YUV | 216.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 181 | 0 | 0.10 | 0.23 | 0.07 | 34.91 | 0.59 | 0.82 |
| Hex | EC | D5 | B5 | 0 | A | 17 | 7 | 23 | 3B | 52 |
| Octal | 354 | 325 | 265 | 0 | 12 | 27 | 7 | 43 | 73 | 122 |
| Binary | 11101100 | 11010101 | 10110101 | 0 | 1010 | 10111 | 111 | 100011 | 111011 | 1010010 |
Color Harmonies of #ECD5B5
Complementary color
Monochromatic Colors of #ECD5B5
Black with #ECD5B5
Text Example
Text Example
White with #ECD5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD5B5; }
p { color: rgb(236,213,181); }
H1.HeaderClassName
{
color: #ECD5B5;
}
.AnyTagClassName
{
color: #ECD5B5;
}
</style>
background-color css
<style>
a { background-color: #ECD5B5; }
a { background-color: rgb(236,213,181); }
div.DivClassName
{
background-color: #ECD5B5;
}
.BgClassName
{
background-color: #ECD5B5;
}
</style>
border-color css
<style>
span { border-color: #ECD5B5; }
span { border-color: rgb(236,213,181); }
td.TdClassName
{
border-color: #ECD5B5;
}
.TagClassName
{
border-color: #ECD5B5;
}
</style>