Shades of Champagne #ECD8B4
Tints of Champagne #ECD8B4
RGB
CMYK
RGB Variations
Color information
#ECD8B4 (or 0xECD8B4) is known color: Champagne. HEX triplet: EC, D8 and B4. RGB value is (236,216,180). Sum of RGB (Red+Green+Blue) = 236+216+180=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 180 (70.70% from 255 or 28.48% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8B4 is #13274B. Grayscale: #DADADA. Windows color (decimal): -1255244 or 11852012. OLE color: 11852012.
HSL color Cylindrical-coordinate representation of color #ECD8B4: hue angle of 38.57º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECD8B4 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 180 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.07 |
| HSL | 38.57º | 0.6% | 0.82% | - |
| HSV(B) | 38.57º | 0.24% | 0.93% | - |
| XYZ | 67.39 | 70.24 | 53.19 | - |
| YUV | 217.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 180 | 0 | 0.08 | 0.24 | 0.07 | 38.57 | 0.6 | 0.82 |
| Hex | EC | D8 | B4 | 0 | 8 | 18 | 7 | 27 | 3C | 52 |
| Octal | 354 | 330 | 264 | 0 | 10 | 30 | 7 | 47 | 74 | 122 |
| Binary | 11101100 | 11011000 | 10110100 | 0 | 1000 | 11000 | 111 | 100111 | 111100 | 1010010 |
Color Harmonies of #ECD8B4
Complementary color
Monochromatic Colors of #ECD8B4
Black with #ECD8B4
Text Example
Text Example
White with #ECD8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8B4; }
p { color: rgb(236,216,180); }
H1.HeaderClassName
{
color: #ECD8B4;
}
.AnyTagClassName
{
color: #ECD8B4;
}
</style>
background-color css
<style>
a { background-color: #ECD8B4; }
a { background-color: rgb(236,216,180); }
div.DivClassName
{
background-color: #ECD8B4;
}
.BgClassName
{
background-color: #ECD8B4;
}
</style>
border-color css
<style>
span { border-color: #ECD8B4; }
span { border-color: rgb(236,216,180); }
td.TdClassName
{
border-color: #ECD8B4;
}
.TagClassName
{
border-color: #ECD8B4;
}
</style>