Shades of Swiss Coffee #DCCEC5
Tints of Swiss Coffee #DCCEC5
RGB
CMYK
RGB Variations
Color information
#DCCEC5 (or 0xDCCEC5) is known color: Swiss Coffee. HEX triplet: DC, CE and C5. RGB value is (220,206,197). Sum of RGB (Red+Green+Blue) = 220+206+197=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEC5 is #23313A. Grayscale: #D1D1D1. Windows color (decimal): -2306363 or 12963548. OLE color: 12963548.
HSL color Cylindrical-coordinate representation of color #DCCEC5: hue angle of 23.48º degrees, saturation: 0.25, 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 #DCCEC5 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 206 | 197 | - |
CMYK | 0 | 0.06 | 0.10 | 0.14 |
HSL | 23.48º | 0.25% | 0.82% | - |
HSV(B) | 23.48º | 0.1% | 0.86% | - |
XYZ | 61.66 | 63.39 | 61.81 | - |
YUV | 209.16 | 121.14 | 135.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 206 | 197 | 0 | 0.06 | 0.10 | 0.14 | 23.48 | 0.25 | 0.82 |
Hex | DC | CE | C5 | 0 | 6 | A | E | 17 | 19 | 52 |
Octal | 334 | 316 | 305 | 0 | 6 | 12 | 16 | 27 | 31 | 122 |
Binary | 11011100 | 11001110 | 11000101 | 0 | 110 | 1010 | 1110 | 10111 | 11001 | 1010010 |
Color Harmonies of #DCCEC5
Complementary color
Monochromatic Colors of #DCCEC5
Black with #DCCEC5
Text Example
Text Example
White with #DCCEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEC5; }
p { color: rgb(220,206,197); }
H1.HeaderClassName
{
color: #DCCEC5;
}
.AnyTagClassName
{
color: #DCCEC5;
}
</style>
background-color css
<style>
a { background-color: #DCCEC5; }
a { background-color: rgb(220,206,197); }
div.DivClassName
{
background-color: #DCCEC5;
}
.BgClassName
{
background-color: #DCCEC5;
}
</style>
border-color css
<style>
span { border-color: #DCCEC5; }
span { border-color: rgb(220,206,197); }
td.TdClassName
{
border-color: #DCCEC5;
}
.TagClassName
{
border-color: #DCCEC5;
}
</style>