Shades of Champagne #EEDCB3
Tints of Champagne #EEDCB3
RGB
CMYK
RGB Variations
Color information
#EEDCB3 (or 0xEEDCB3) is known color: Champagne. HEX triplet: EE, DC and B3. RGB value is (238,220,179). Sum of RGB (Red+Green+Blue) = 238+220+179=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 179 (70.31% from 255 or 28.10% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCB3 is #11234C. Grayscale: #DCDCDC. Windows color (decimal): -1123149 or 11787502. OLE color: 11787502.
HSL color Cylindrical-coordinate representation of color #EEDCB3: hue angle of 41.69º degrees, saturation: 0.63, 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 #EEDCB3 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 179 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.07 |
| HSL | 41.69º | 0.63% | 0.82% | - |
| HSV(B) | 41.69º | 0.25% | 0.93% | - |
| XYZ | 68.99 | 72.62 | 53.03 | - |
| YUV | 220.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 179 | 0 | 0.08 | 0.25 | 0.07 | 41.69 | 0.63 | 0.82 |
| Hex | EE | DC | B3 | 0 | 8 | 19 | 7 | 2A | 3F | 52 |
| Octal | 356 | 334 | 263 | 0 | 10 | 31 | 7 | 52 | 77 | 122 |
| Binary | 11101110 | 11011100 | 10110011 | 0 | 1000 | 11001 | 111 | 101010 | 111111 | 1010010 |
Color Harmonies of #EEDCB3
Complementary color
Monochromatic Colors of #EEDCB3
Black with #EEDCB3
Text Example
Text Example
White with #EEDCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCB3; }
p { color: rgb(238,220,179); }
H1.HeaderClassName
{
color: #EEDCB3;
}
.AnyTagClassName
{
color: #EEDCB3;
}
</style>
background-color css
<style>
a { background-color: #EEDCB3; }
a { background-color: rgb(238,220,179); }
div.DivClassName
{
background-color: #EEDCB3;
}
.BgClassName
{
background-color: #EEDCB3;
}
</style>
border-color css
<style>
span { border-color: #EEDCB3; }
span { border-color: rgb(238,220,179); }
td.TdClassName
{
border-color: #EEDCB3;
}
.TagClassName
{
border-color: #EEDCB3;
}
</style>