Shades of Swiss Coffee #DBD3CF
Tints of Swiss Coffee #DBD3CF
RGB
CMYK
RGB Variations
Color information
#DBD3CF (or 0xDBD3CF) is known color: Swiss Coffee. HEX triplet: DB, D3 and CF. RGB value is (219,211,207). Sum of RGB (Red+Green+Blue) = 219+211+207=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3CF is #242C30. Grayscale: #D4D4D4. Windows color (decimal): -2370609 or 13620187. OLE color: 13620187.
HSL color Cylindrical-coordinate representation of color #DBD3CF: hue angle of 20º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBD3CF is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 207 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.14 |
| HSL | 20º | 0.14% | 0.84% | - |
| HSV(B) | 20º | 0.05% | 0.86% | - |
| XYZ | 63.77 | 66.15 | 68.44 | - |
| YUV | 212.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 207 | 0 | 0.04 | 0.05 | 0.14 | 20 | 0.14 | 0.84 |
| Hex | DB | D3 | CF | 0 | 4 | 5 | E | 14 | E | 54 |
| Octal | 333 | 323 | 317 | 0 | 4 | 5 | 16 | 24 | 16 | 124 |
| Binary | 11011011 | 11010011 | 11001111 | 0 | 100 | 101 | 1110 | 10100 | 1110 | 1010100 |
Color Harmonies of #DBD3CF
Complementary color
Monochromatic Colors of #DBD3CF
Black with #DBD3CF
Text Example
Text Example
White with #DBD3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD3CF; }
p { color: rgb(219,211,207); }
H1.HeaderClassName
{
color: #DBD3CF;
}
.AnyTagClassName
{
color: #DBD3CF;
}
</style>
background-color css
<style>
a { background-color: #DBD3CF; }
a { background-color: rgb(219,211,207); }
div.DivClassName
{
background-color: #DBD3CF;
}
.BgClassName
{
background-color: #DBD3CF;
}
</style>
border-color css
<style>
span { border-color: #DBD3CF; }
span { border-color: rgb(219,211,207); }
td.TdClassName
{
border-color: #DBD3CF;
}
.TagClassName
{
border-color: #DBD3CF;
}
</style>