Shades of Champagne #EDD8B8
Tints of Champagne #EDD8B8
RGB
CMYK
RGB Variations
Color information
#EDD8B8 (or 0xEDD8B8) is known color: Champagne. HEX triplet: ED, D8 and B8. RGB value is (237,216,184). Sum of RGB (Red+Green+Blue) = 237+216+184=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 184 (72.27% from 255 or 28.89% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8B8 is #122747. Grayscale: #DADADA. Windows color (decimal): -1189704 or 12114157. OLE color: 12114157.
HSL color Cylindrical-coordinate representation of color #EDD8B8: hue angle of 36.23º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDD8B8 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 184 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.07 |
| HSL | 36.23º | 0.6% | 0.83% | - |
| HSV(B) | 36.23º | 0.22% | 0.93% | - |
| XYZ | 68.13 | 70.58 | 55.38 | - |
| YUV | 218.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 184 | 0 | 0.09 | 0.22 | 0.07 | 36.23 | 0.6 | 0.83 |
| Hex | ED | D8 | B8 | 0 | 9 | 16 | 7 | 24 | 3C | 53 |
| Octal | 355 | 330 | 270 | 0 | 11 | 26 | 7 | 44 | 74 | 123 |
| Binary | 11101101 | 11011000 | 10111000 | 0 | 1001 | 10110 | 111 | 100100 | 111100 | 1010011 |
Color Harmonies of #EDD8B8
Complementary color
Monochromatic Colors of #EDD8B8
Black with #EDD8B8
Text Example
Text Example
White with #EDD8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD8B8; }
p { color: rgb(237,216,184); }
H1.HeaderClassName
{
color: #EDD8B8;
}
.AnyTagClassName
{
color: #EDD8B8;
}
</style>
background-color css
<style>
a { background-color: #EDD8B8; }
a { background-color: rgb(237,216,184); }
div.DivClassName
{
background-color: #EDD8B8;
}
.BgClassName
{
background-color: #EDD8B8;
}
</style>
border-color css
<style>
span { border-color: #EDD8B8; }
span { border-color: rgb(237,216,184); }
td.TdClassName
{
border-color: #EDD8B8;
}
.TagClassName
{
border-color: #EDD8B8;
}
</style>