Shades of Swiss Coffee #DCCEC8
Tints of Swiss Coffee #DCCEC8
RGB
CMYK
RGB Variations
Color information
#DCCEC8 (or 0xDCCEC8) is known color: Swiss Coffee. HEX triplet: DC, CE and C8. RGB value is (220,206,200). Sum of RGB (Red+Green+Blue) = 220+206+200=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEC8 is #233137. Grayscale: #D1D1D1. Windows color (decimal): -2306360 or 13160156. OLE color: 13160156.
HSL color Cylindrical-coordinate representation of color #DCCEC8: hue angle of 18º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCCEC8 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 200 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.14 |
| HSL | 18º | 0.22% | 0.82% | - |
| HSV(B) | 18º | 0.09% | 0.86% | - |
| XYZ | 62.01 | 63.53 | 63.64 | - |
| YUV | 209.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 200 | 0 | 0.06 | 0.09 | 0.14 | 18 | 0.22 | 0.82 |
| Hex | DC | CE | C8 | 0 | 6 | 9 | E | 12 | 16 | 52 |
| Octal | 334 | 316 | 310 | 0 | 6 | 11 | 16 | 22 | 26 | 122 |
| Binary | 11011100 | 11001110 | 11001000 | 0 | 110 | 1001 | 1110 | 10010 | 10110 | 1010010 |
Color Harmonies of #DCCEC8
Complementary color
Monochromatic Colors of #DCCEC8
Black with #DCCEC8
Text Example
Text Example
White with #DCCEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEC8; }
p { color: rgb(220,206,200); }
H1.HeaderClassName
{
color: #DCCEC8;
}
.AnyTagClassName
{
color: #DCCEC8;
}
</style>
background-color css
<style>
a { background-color: #DCCEC8; }
a { background-color: rgb(220,206,200); }
div.DivClassName
{
background-color: #DCCEC8;
}
.BgClassName
{
background-color: #DCCEC8;
}
</style>
border-color css
<style>
span { border-color: #DCCEC8; }
span { border-color: rgb(220,206,200); }
td.TdClassName
{
border-color: #DCCEC8;
}
.TagClassName
{
border-color: #DCCEC8;
}
</style>