Shades of Champagne #EED7B8
Tints of Champagne #EED7B8
RGB
CMYK
RGB Variations
Color information
#EED7B8 (or 0xEED7B8) is known color: Champagne. HEX triplet: EE, D7 and B8. RGB value is (238,215,184). Sum of RGB (Red+Green+Blue) = 238+215+184=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 184 (72.27% from 255 or 28.89% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7B8 is #112847. Grayscale: #DADADA. Windows color (decimal): -1124424 or 12113902. OLE color: 12113902.
HSL color Cylindrical-coordinate representation of color #EED7B8: hue angle of 34.44º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EED7B8 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 184 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.07 |
| HSL | 34.44º | 0.61% | 0.83% | - |
| HSV(B) | 34.44º | 0.23% | 0.93% | - |
| XYZ | 68.21 | 70.24 | 55.31 | - |
| YUV | 218.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 184 | 0 | 0.10 | 0.23 | 0.07 | 34.44 | 0.61 | 0.83 |
| Hex | EE | D7 | B8 | 0 | A | 17 | 7 | 22 | 3D | 53 |
| Octal | 356 | 327 | 270 | 0 | 12 | 27 | 7 | 42 | 75 | 123 |
| Binary | 11101110 | 11010111 | 10111000 | 0 | 1010 | 10111 | 111 | 100010 | 111101 | 1010011 |
Color Harmonies of #EED7B8
Complementary color
Monochromatic Colors of #EED7B8
Black with #EED7B8
Text Example
Text Example
White with #EED7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED7B8; }
p { color: rgb(238,215,184); }
H1.HeaderClassName
{
color: #EED7B8;
}
.AnyTagClassName
{
color: #EED7B8;
}
</style>
background-color css
<style>
a { background-color: #EED7B8; }
a { background-color: rgb(238,215,184); }
div.DivClassName
{
background-color: #EED7B8;
}
.BgClassName
{
background-color: #EED7B8;
}
</style>
border-color css
<style>
span { border-color: #EED7B8; }
span { border-color: rgb(238,215,184); }
td.TdClassName
{
border-color: #EED7B8;
}
.TagClassName
{
border-color: #EED7B8;
}
</style>