Shades of Champagne #ECDCB4
Tints of Champagne #ECDCB4
RGB
CMYK
RGB Variations
Color information
#ECDCB4 (or 0xECDCB4) is known color: Champagne. HEX triplet: EC, DC and B4. RGB value is (236,220,180). Sum of RGB (Red+Green+Blue) = 236+220+180=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 180 (70.70% from 255 or 28.30% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCB4 is #13234B. Grayscale: #DCDCDC. Windows color (decimal): -1254220 or 11853036. OLE color: 11853036.
HSL color Cylindrical-coordinate representation of color #ECDCB4: hue angle of 42.86º 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 #ECDCB4 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 180 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.07 |
| HSL | 42.86º | 0.6% | 0.82% | - |
| HSV(B) | 42.86º | 0.24% | 0.93% | - |
| XYZ | 68.42 | 72.31 | 53.53 | - |
| YUV | 220.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 180 | 0 | 0.07 | 0.24 | 0.07 | 42.86 | 0.6 | 0.82 |
| Hex | EC | DC | B4 | 0 | 7 | 18 | 7 | 2B | 3C | 52 |
| Octal | 354 | 334 | 264 | 0 | 7 | 30 | 7 | 53 | 74 | 122 |
| Binary | 11101100 | 11011100 | 10110100 | 0 | 111 | 11000 | 111 | 101011 | 111100 | 1010010 |
Color Harmonies of #ECDCB4
Complementary color
Monochromatic Colors of #ECDCB4
Black with #ECDCB4
Text Example
Text Example
White with #ECDCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDCB4; }
p { color: rgb(236,220,180); }
H1.HeaderClassName
{
color: #ECDCB4;
}
.AnyTagClassName
{
color: #ECDCB4;
}
</style>
background-color css
<style>
a { background-color: #ECDCB4; }
a { background-color: rgb(236,220,180); }
div.DivClassName
{
background-color: #ECDCB4;
}
.BgClassName
{
background-color: #ECDCB4;
}
</style>
border-color css
<style>
span { border-color: #ECDCB4; }
span { border-color: rgb(236,220,180); }
td.TdClassName
{
border-color: #ECDCB4;
}
.TagClassName
{
border-color: #ECDCB4;
}
</style>