Shades of Champagne #EEDABC
Tints of Champagne #EEDABC
RGB
CMYK
RGB Variations
Color information
#EEDABC (or 0xEEDABC) is known color: Champagne. HEX triplet: EE, DA and BC. RGB value is (238,218,188). Sum of RGB (Red+Green+Blue) = 238+218+188=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 188 (73.83% from 255 or 29.19% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDABC is #112543. Grayscale: #DCDCDC. Windows color (decimal): -1123652 or 12376814. OLE color: 12376814.
HSL color Cylindrical-coordinate representation of color #EEDABC: hue angle of 36º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEDABC is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 188 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.07 |
| HSL | 36º | 0.6% | 0.84% | - |
| HSV(B) | 36º | 0.21% | 0.93% | - |
| XYZ | 69.41 | 71.95 | 57.81 | - |
| YUV | 220.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 188 | 0 | 0.08 | 0.21 | 0.07 | 36 | 0.6 | 0.84 |
| Hex | EE | DA | BC | 0 | 8 | 15 | 7 | 24 | 3C | 54 |
| Octal | 356 | 332 | 274 | 0 | 10 | 25 | 7 | 44 | 74 | 124 |
| Binary | 11101110 | 11011010 | 10111100 | 0 | 1000 | 10101 | 111 | 100100 | 111100 | 1010100 |
Color Harmonies of #EEDABC
Complementary color
Monochromatic Colors of #EEDABC
Black with #EEDABC
Text Example
Text Example
White with #EEDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDABC; }
p { color: rgb(238,218,188); }
H1.HeaderClassName
{
color: #EEDABC;
}
.AnyTagClassName
{
color: #EEDABC;
}
</style>
background-color css
<style>
a { background-color: #EEDABC; }
a { background-color: rgb(238,218,188); }
div.DivClassName
{
background-color: #EEDABC;
}
.BgClassName
{
background-color: #EEDABC;
}
</style>
border-color css
<style>
span { border-color: #EEDABC; }
span { border-color: rgb(238,218,188); }
td.TdClassName
{
border-color: #EEDABC;
}
.TagClassName
{
border-color: #EEDABC;
}
</style>