Shades of Swiss Coffee #E0D3CD
Tints of Swiss Coffee #E0D3CD
RGB
CMYK
RGB Variations
Color information
#E0D3CD (or 0xE0D3CD) is known color: Swiss Coffee. HEX triplet: E0, D3 and CD. RGB value is (224,211,205). Sum of RGB (Red+Green+Blue) = 224+211+205=640 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35% from 640); Green value is 211 (82.81% from 255 or 32.97% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D3CD is #1F2C32. Grayscale: #D6D6D6. Windows color (decimal): -2042931 or 13489120. OLE color: 13489120.
HSL color Cylindrical-coordinate representation of color #E0D3CD: hue angle of 18.95º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0D3CD is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 211 | 205 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.12 |
| HSL | 18.95º | 0.23% | 0.84% | - |
| HSV(B) | 18.95º | 0.08% | 0.88% | - |
| XYZ | 65.05 | 66.84 | 67.23 | - |
| YUV | 214.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 211 | 205 | 0 | 0.06 | 0.08 | 0.12 | 18.95 | 0.23 | 0.84 |
| Hex | E0 | D3 | CD | 0 | 6 | 8 | C | 13 | 17 | 54 |
| Octal | 340 | 323 | 315 | 0 | 6 | 10 | 14 | 23 | 27 | 124 |
| Binary | 11100000 | 11010011 | 11001101 | 0 | 110 | 1000 | 1100 | 10011 | 10111 | 1010100 |
Color Harmonies of #E0D3CD
Complementary color
Monochromatic Colors of #E0D3CD
Black with #E0D3CD
Text Example
Text Example
White with #E0D3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D3CD; }
p { color: rgb(224,211,205); }
H1.HeaderClassName
{
color: #E0D3CD;
}
.AnyTagClassName
{
color: #E0D3CD;
}
</style>
background-color css
<style>
a { background-color: #E0D3CD; }
a { background-color: rgb(224,211,205); }
div.DivClassName
{
background-color: #E0D3CD;
}
.BgClassName
{
background-color: #E0D3CD;
}
</style>
border-color css
<style>
span { border-color: #E0D3CD; }
span { border-color: rgb(224,211,205); }
td.TdClassName
{
border-color: #E0D3CD;
}
.TagClassName
{
border-color: #E0D3CD;
}
</style>