Shades of Champagne #ECDAB8
Tints of Champagne #ECDAB8
RGB
CMYK
RGB Variations
Color information
#ECDAB8 (or 0xECDAB8) is known color: Champagne. HEX triplet: EC, DA and B8. RGB value is (236,218,184). Sum of RGB (Red+Green+Blue) = 236+218+184=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 184 (72.27% from 255 or 28.84% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDAB8 is #132547. Grayscale: #DBDBDB. Windows color (decimal): -1254728 or 12114668. OLE color: 12114668.
HSL color Cylindrical-coordinate representation of color #ECDAB8: hue angle of 39.23º 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 #ECDAB8 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 184 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.07 |
| HSL | 39.23º | 0.58% | 0.82% | - |
| HSV(B) | 39.23º | 0.22% | 0.93% | - |
| XYZ | 68.32 | 71.44 | 55.54 | - |
| YUV | 219.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 184 | 0 | 0.08 | 0.22 | 0.07 | 39.23 | 0.58 | 0.82 |
| Hex | EC | DA | B8 | 0 | 8 | 16 | 7 | 27 | 3A | 52 |
| Octal | 354 | 332 | 270 | 0 | 10 | 26 | 7 | 47 | 72 | 122 |
| Binary | 11101100 | 11011010 | 10111000 | 0 | 1000 | 10110 | 111 | 100111 | 111010 | 1010010 |
Color Harmonies of #ECDAB8
Complementary color
Monochromatic Colors of #ECDAB8
Black with #ECDAB8
Text Example
Text Example
White with #ECDAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDAB8; }
p { color: rgb(236,218,184); }
H1.HeaderClassName
{
color: #ECDAB8;
}
.AnyTagClassName
{
color: #ECDAB8;
}
</style>
background-color css
<style>
a { background-color: #ECDAB8; }
a { background-color: rgb(236,218,184); }
div.DivClassName
{
background-color: #ECDAB8;
}
.BgClassName
{
background-color: #ECDAB8;
}
</style>
border-color css
<style>
span { border-color: #ECDAB8; }
span { border-color: rgb(236,218,184); }
td.TdClassName
{
border-color: #ECDAB8;
}
.TagClassName
{
border-color: #ECDAB8;
}
</style>