Shades of Champagne #ECDAB3
Tints of Champagne #ECDAB3
RGB
CMYK
RGB Variations
Color information
#ECDAB3 (or 0xECDAB3) is known color: Champagne. HEX triplet: EC, DA and B3. RGB value is (236,218,179). Sum of RGB (Red+Green+Blue) = 236+218+179=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 179 (70.31% from 255 or 28.28% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDAB3 is #13254C. Grayscale: #DBDBDB. Windows color (decimal): -1254733 or 11786988. OLE color: 11786988.
HSL color Cylindrical-coordinate representation of color #ECDAB3: hue angle of 41.05º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECDAB3 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 179 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.07 |
| HSL | 41.05º | 0.6% | 0.81% | - |
| HSV(B) | 41.05º | 0.24% | 0.93% | - |
| XYZ | 67.8 | 71.23 | 52.82 | - |
| YUV | 218.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 179 | 0 | 0.08 | 0.24 | 0.07 | 41.05 | 0.6 | 0.81 |
| Hex | EC | DA | B3 | 0 | 8 | 18 | 7 | 29 | 3C | 51 |
| Octal | 354 | 332 | 263 | 0 | 10 | 30 | 7 | 51 | 74 | 121 |
| Binary | 11101100 | 11011010 | 10110011 | 0 | 1000 | 11000 | 111 | 101001 | 111100 | 1010001 |
Color Harmonies of #ECDAB3
Complementary color
Monochromatic Colors of #ECDAB3
Black with #ECDAB3
Text Example
Text Example
White with #ECDAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDAB3; }
p { color: rgb(236,218,179); }
H1.HeaderClassName
{
color: #ECDAB3;
}
.AnyTagClassName
{
color: #ECDAB3;
}
</style>
background-color css
<style>
a { background-color: #ECDAB3; }
a { background-color: rgb(236,218,179); }
div.DivClassName
{
background-color: #ECDAB3;
}
.BgClassName
{
background-color: #ECDAB3;
}
</style>
border-color css
<style>
span { border-color: #ECDAB3; }
span { border-color: rgb(236,218,179); }
td.TdClassName
{
border-color: #ECDAB3;
}
.TagClassName
{
border-color: #ECDAB3;
}
</style>