Shades of Champagne #ECD8B7
Tints of Champagne #ECD8B7
RGB
CMYK
RGB Variations
Color information
#ECD8B7 (or 0xECD8B7) is known color: Champagne. HEX triplet: EC, D8 and B7. RGB value is (236,216,183). Sum of RGB (Red+Green+Blue) = 236+216+183=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 183 (71.88% from 255 or 28.82% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8B7 is #132748. Grayscale: #DADADA. Windows color (decimal): -1255241 or 12048620. OLE color: 12048620.
HSL color Cylindrical-coordinate representation of color #ECD8B7: hue angle of 37.36º 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 #ECD8B7 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 183 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.07 |
| HSL | 37.36º | 0.58% | 0.82% | - |
| HSV(B) | 37.36º | 0.22% | 0.93% | - |
| XYZ | 67.7 | 70.36 | 54.81 | - |
| YUV | 218.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 183 | 0 | 0.08 | 0.22 | 0.07 | 37.36 | 0.58 | 0.82 |
| Hex | EC | D8 | B7 | 0 | 8 | 16 | 7 | 25 | 3A | 52 |
| Octal | 354 | 330 | 267 | 0 | 10 | 26 | 7 | 45 | 72 | 122 |
| Binary | 11101100 | 11011000 | 10110111 | 0 | 1000 | 10110 | 111 | 100101 | 111010 | 1010010 |
Color Harmonies of #ECD8B7
Complementary color
Monochromatic Colors of #ECD8B7
Black with #ECD8B7
Text Example
Text Example
White with #ECD8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8B7; }
p { color: rgb(236,216,183); }
H1.HeaderClassName
{
color: #ECD8B7;
}
.AnyTagClassName
{
color: #ECD8B7;
}
</style>
background-color css
<style>
a { background-color: #ECD8B7; }
a { background-color: rgb(236,216,183); }
div.DivClassName
{
background-color: #ECD8B7;
}
.BgClassName
{
background-color: #ECD8B7;
}
</style>
border-color css
<style>
span { border-color: #ECD8B7; }
span { border-color: rgb(236,216,183); }
td.TdClassName
{
border-color: #ECD8B7;
}
.TagClassName
{
border-color: #ECD8B7;
}
</style>