Shades of Champagne #EADBB5
Tints of Champagne #EADBB5
RGB
CMYK
RGB Variations
Color information
#EADBB5 (or 0xEADBB5) is known color: Champagne. HEX triplet: EA, DB and B5. RGB value is (234,219,181). Sum of RGB (Red+Green+Blue) = 234+219+181=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 181 (71.09% from 255 or 28.55% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBB5 is #15244A. Grayscale: #DBDBDB. Windows color (decimal): -1385547 or 11918314. OLE color: 11918314.
HSL color Cylindrical-coordinate representation of color #EADBB5: hue angle of 43.02º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EADBB5 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 181 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.08 |
| HSL | 43.02º | 0.56% | 0.81% | - |
| HSV(B) | 43.02º | 0.23% | 0.92% | - |
| XYZ | 67.6 | 71.49 | 53.95 | - |
| YUV | 219.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 181 | 0 | 0.06 | 0.23 | 0.08 | 43.02 | 0.56 | 0.81 |
| Hex | EA | DB | B5 | 0 | 6 | 17 | 8 | 2B | 38 | 51 |
| Octal | 352 | 333 | 265 | 0 | 6 | 27 | 10 | 53 | 70 | 121 |
| Binary | 11101010 | 11011011 | 10110101 | 0 | 110 | 10111 | 1000 | 101011 | 111000 | 1010001 |
Color Harmonies of #EADBB5
Complementary color
Monochromatic Colors of #EADBB5
Black with #EADBB5
Text Example
Text Example
White with #EADBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBB5; }
p { color: rgb(234,219,181); }
H1.HeaderClassName
{
color: #EADBB5;
}
.AnyTagClassName
{
color: #EADBB5;
}
</style>
background-color css
<style>
a { background-color: #EADBB5; }
a { background-color: rgb(234,219,181); }
div.DivClassName
{
background-color: #EADBB5;
}
.BgClassName
{
background-color: #EADBB5;
}
</style>
border-color css
<style>
span { border-color: #EADBB5; }
span { border-color: rgb(234,219,181); }
td.TdClassName
{
border-color: #EADBB5;
}
.TagClassName
{
border-color: #EADBB5;
}
</style>