Shades of Swiss Coffee #DCCEC7
Tints of Swiss Coffee #DCCEC7
RGB
CMYK
RGB Variations
Color information
#DCCEC7 (or 0xDCCEC7) is known color: Swiss Coffee. HEX triplet: DC, CE and C7. RGB value is (220,206,199). Sum of RGB (Red+Green+Blue) = 220+206+199=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEC7 is #233138. Grayscale: #D1D1D1. Windows color (decimal): -2306361 or 13094620. OLE color: 13094620.
HSL color Cylindrical-coordinate representation of color #DCCEC7: hue angle of 20º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCCEC7 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 199 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.14 |
| HSL | 20º | 0.23% | 0.82% | - |
| HSV(B) | 20º | 0.1% | 0.86% | - |
| XYZ | 61.9 | 63.48 | 63.02 | - |
| YUV | 209.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 199 | 0 | 0.06 | 0.10 | 0.14 | 20 | 0.23 | 0.82 |
| Hex | DC | CE | C7 | 0 | 6 | A | E | 14 | 17 | 52 |
| Octal | 334 | 316 | 307 | 0 | 6 | 12 | 16 | 24 | 27 | 122 |
| Binary | 11011100 | 11001110 | 11000111 | 0 | 110 | 1010 | 1110 | 10100 | 10111 | 1010010 |
Color Harmonies of #DCCEC7
Complementary color
Monochromatic Colors of #DCCEC7
Black with #DCCEC7
Text Example
Text Example
White with #DCCEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEC7; }
p { color: rgb(220,206,199); }
H1.HeaderClassName
{
color: #DCCEC7;
}
.AnyTagClassName
{
color: #DCCEC7;
}
</style>
background-color css
<style>
a { background-color: #DCCEC7; }
a { background-color: rgb(220,206,199); }
div.DivClassName
{
background-color: #DCCEC7;
}
.BgClassName
{
background-color: #DCCEC7;
}
</style>
border-color css
<style>
span { border-color: #DCCEC7; }
span { border-color: rgb(220,206,199); }
td.TdClassName
{
border-color: #DCCEC7;
}
.TagClassName
{
border-color: #DCCEC7;
}
</style>