Shades of Swiss Coffee #DCCEC6
Tints of Swiss Coffee #DCCEC6
RGB
CMYK
RGB Variations
Color information
#DCCEC6 (or 0xDCCEC6) is known color: Swiss Coffee. HEX triplet: DC, CE and C6. RGB value is (220,206,198). Sum of RGB (Red+Green+Blue) = 220+206+198=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEC6 is #233139. Grayscale: #D1D1D1. Windows color (decimal): -2306362 or 13029084. OLE color: 13029084.
HSL color Cylindrical-coordinate representation of color #DCCEC6: hue angle of 21.82º degrees, saturation: 0.24, 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 #DCCEC6 is Cyan = 0, Magento = 0.06, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 206 | 198 | - |
CMYK | 0 | 0.06 | 0.1 | 0.14 |
HSL | 21.82º | 0.24% | 0.82% | - |
HSV(B) | 21.82º | 0.1% | 0.86% | - |
XYZ | 61.78 | 63.44 | 62.41 | - |
YUV | 209.27 | 121.64 | 135.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 206 | 198 | 0 | 0.06 | 0.1 | 0.14 | 21.82 | 0.24 | 0.82 |
Hex | DC | CE | C6 | 0 | 6 | A | E | 16 | 18 | 52 |
Octal | 334 | 316 | 306 | 0 | 6 | 12 | 16 | 26 | 30 | 122 |
Binary | 11011100 | 11001110 | 11000110 | 0 | 110 | 1010 | 1110 | 10110 | 11000 | 1010010 |
Color Harmonies of #DCCEC6
Complementary color
Monochromatic Colors of #DCCEC6
Black with #DCCEC6
Text Example
Text Example
White with #DCCEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEC6; }
p { color: rgb(220,206,198); }
H1.HeaderClassName
{
color: #DCCEC6;
}
.AnyTagClassName
{
color: #DCCEC6;
}
</style>
background-color css
<style>
a { background-color: #DCCEC6; }
a { background-color: rgb(220,206,198); }
div.DivClassName
{
background-color: #DCCEC6;
}
.BgClassName
{
background-color: #DCCEC6;
}
</style>
border-color css
<style>
span { border-color: #DCCEC6; }
span { border-color: rgb(220,206,198); }
td.TdClassName
{
border-color: #DCCEC6;
}
.TagClassName
{
border-color: #DCCEC6;
}
</style>