Shades of Champagne #EEDCB2
Tints of Champagne #EEDCB2
RGB
CMYK
RGB Variations
Color information
#EEDCB2 (or 0xEEDCB2) is known color: Champagne. HEX triplet: EE, DC and B2. RGB value is (238,220,178). Sum of RGB (Red+Green+Blue) = 238+220+178=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 178 (69.92% from 255 or 27.99% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDCB2 is #11234D. Grayscale: #DCDCDC. Windows color (decimal): -1123150 or 11721966. OLE color: 11721966.
HSL color Cylindrical-coordinate representation of color #EEDCB2: hue angle of 42º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEDCB2 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 178 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.07 |
| HSL | 42º | 0.64% | 0.82% | - |
| HSV(B) | 42º | 0.25% | 0.93% | - |
| XYZ | 68.89 | 72.58 | 52.5 | - |
| YUV | 220.59 | 103.96 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 178 | 0 | 0.08 | 0.25 | 0.07 | 42 | 0.64 | 0.82 |
| Hex | EE | DC | B2 | 0 | 8 | 19 | 7 | 2A | 40 | 52 |
| Octal | 356 | 334 | 262 | 0 | 10 | 31 | 7 | 52 | 100 | 122 |
| Binary | 11101110 | 11011100 | 10110010 | 0 | 1000 | 11001 | 111 | 101010 | 1000000 | 1010010 |
Color Harmonies of #EEDCB2
Complementary color
Monochromatic Colors of #EEDCB2
Black with #EEDCB2
Text Example
Text Example
White with #EEDCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCB2; }
p { color: rgb(238,220,178); }
H1.HeaderClassName
{
color: #EEDCB2;
}
.AnyTagClassName
{
color: #EEDCB2;
}
</style>
background-color css
<style>
a { background-color: #EEDCB2; }
a { background-color: rgb(238,220,178); }
div.DivClassName
{
background-color: #EEDCB2;
}
.BgClassName
{
background-color: #EEDCB2;
}
</style>
border-color css
<style>
span { border-color: #EEDCB2; }
span { border-color: rgb(238,220,178); }
td.TdClassName
{
border-color: #EEDCB2;
}
.TagClassName
{
border-color: #EEDCB2;
}
</style>