Shades of Swiss Coffee #DBCDC6
Tints of Swiss Coffee #DBCDC6
RGB
CMYK
RGB Variations
Color information
#DBCDC6 (or 0xDBCDC6) is known color: Swiss Coffee. HEX triplet: DB, CD and C6. RGB value is (219,205,198). Sum of RGB (Red+Green+Blue) = 219+205+198=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDC6 is #243239. Grayscale: #D0D0D0. Windows color (decimal): -2372154 or 13028827. OLE color: 13028827.
HSL color Cylindrical-coordinate representation of color #DBCDC6: 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 #DBCDC6 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 198 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.14 |
| HSL | 20º | 0.23% | 0.82% | - |
| HSV(B) | 20º | 0.1% | 0.86% | - |
| XYZ | 61.24 | 62.8 | 62.32 | - |
| YUV | 208.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 198 | 0 | 0.06 | 0.10 | 0.14 | 20 | 0.23 | 0.82 |
| Hex | DB | CD | C6 | 0 | 6 | A | E | 14 | 17 | 52 |
| Octal | 333 | 315 | 306 | 0 | 6 | 12 | 16 | 24 | 27 | 122 |
| Binary | 11011011 | 11001101 | 11000110 | 0 | 110 | 1010 | 1110 | 10100 | 10111 | 1010010 |
Color Harmonies of #DBCDC6
Complementary color
Monochromatic Colors of #DBCDC6
Black with #DBCDC6
Text Example
Text Example
White with #DBCDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDC6; }
p { color: rgb(219,205,198); }
H1.HeaderClassName
{
color: #DBCDC6;
}
.AnyTagClassName
{
color: #DBCDC6;
}
</style>
background-color css
<style>
a { background-color: #DBCDC6; }
a { background-color: rgb(219,205,198); }
div.DivClassName
{
background-color: #DBCDC6;
}
.BgClassName
{
background-color: #DBCDC6;
}
</style>
border-color css
<style>
span { border-color: #DBCDC6; }
span { border-color: rgb(219,205,198); }
td.TdClassName
{
border-color: #DBCDC6;
}
.TagClassName
{
border-color: #DBCDC6;
}
</style>