Shades of Champagne #ECD5B7
Tints of Champagne #ECD5B7
RGB
CMYK
RGB Variations
Color information
#ECD5B7 (or 0xECD5B7) is known color: Champagne. HEX triplet: EC, D5 and B7. RGB value is (236,213,183). Sum of RGB (Red+Green+Blue) = 236+213+183=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 183 (71.88% from 255 or 28.96% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5B7 is #132A48. Grayscale: #D8D8D8. Windows color (decimal): -1256009 or 12047852. OLE color: 12047852.
HSL color Cylindrical-coordinate representation of color #ECD5B7: hue angle of 33.96º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECD5B7 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 183 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.07 |
| HSL | 33.96º | 0.58% | 0.82% | - |
| HSV(B) | 33.96º | 0.22% | 0.93% | - |
| XYZ | 66.93 | 68.84 | 54.56 | - |
| YUV | 216.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 183 | 0 | 0.10 | 0.22 | 0.07 | 33.96 | 0.58 | 0.82 |
| Hex | EC | D5 | B7 | 0 | A | 16 | 7 | 22 | 3A | 52 |
| Octal | 354 | 325 | 267 | 0 | 12 | 26 | 7 | 42 | 72 | 122 |
| Binary | 11101100 | 11010101 | 10110111 | 0 | 1010 | 10110 | 111 | 100010 | 111010 | 1010010 |
Color Harmonies of #ECD5B7
Complementary color
Monochromatic Colors of #ECD5B7
Black with #ECD5B7
Text Example
Text Example
White with #ECD5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD5B7; }
p { color: rgb(236,213,183); }
H1.HeaderClassName
{
color: #ECD5B7;
}
.AnyTagClassName
{
color: #ECD5B7;
}
</style>
background-color css
<style>
a { background-color: #ECD5B7; }
a { background-color: rgb(236,213,183); }
div.DivClassName
{
background-color: #ECD5B7;
}
.BgClassName
{
background-color: #ECD5B7;
}
</style>
border-color css
<style>
span { border-color: #ECD5B7; }
span { border-color: rgb(236,213,183); }
td.TdClassName
{
border-color: #ECD5B7;
}
.TagClassName
{
border-color: #ECD5B7;
}
</style>