Shades of Champagne #ECDCB5
Tints of Champagne #ECDCB5
RGB
CMYK
RGB Variations
Color information
#ECDCB5 (or 0xECDCB5) is known color: Champagne. HEX triplet: EC, DC and B5. RGB value is (236,220,181). Sum of RGB (Red+Green+Blue) = 236+220+181=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 181 (71.09% from 255 or 28.41% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCB5 is #13234A. Grayscale: #DCDCDC. Windows color (decimal): -1254219 or 11918572. OLE color: 11918572.
HSL color Cylindrical-coordinate representation of color #ECDCB5: hue angle of 42.55º 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 #ECDCB5 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 181 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.07 |
| HSL | 42.55º | 0.59% | 0.82% | - |
| HSV(B) | 42.55º | 0.23% | 0.93% | - |
| XYZ | 68.53 | 72.36 | 54.07 | - |
| YUV | 220.34 | 105.8 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 181 | 0 | 0.07 | 0.23 | 0.07 | 42.55 | 0.59 | 0.82 |
| Hex | EC | DC | B5 | 0 | 7 | 17 | 7 | 2B | 3B | 52 |
| Octal | 354 | 334 | 265 | 0 | 7 | 27 | 7 | 53 | 73 | 122 |
| Binary | 11101100 | 11011100 | 10110101 | 0 | 111 | 10111 | 111 | 101011 | 111011 | 1010010 |
Color Harmonies of #ECDCB5
Complementary color
Monochromatic Colors of #ECDCB5
Black with #ECDCB5
Text Example
Text Example
White with #ECDCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDCB5; }
p { color: rgb(236,220,181); }
H1.HeaderClassName
{
color: #ECDCB5;
}
.AnyTagClassName
{
color: #ECDCB5;
}
</style>
background-color css
<style>
a { background-color: #ECDCB5; }
a { background-color: rgb(236,220,181); }
div.DivClassName
{
background-color: #ECDCB5;
}
.BgClassName
{
background-color: #ECDCB5;
}
</style>
border-color css
<style>
span { border-color: #ECDCB5; }
span { border-color: rgb(236,220,181); }
td.TdClassName
{
border-color: #ECDCB5;
}
.TagClassName
{
border-color: #ECDCB5;
}
</style>