Shades of Swiss Coffee #DBD1CC
Tints of Swiss Coffee #DBD1CC
RGB
CMYK
RGB Variations
Color information
#DBD1CC (or 0xDBD1CC) is known color: Swiss Coffee. HEX triplet: DB, D1 and CC. RGB value is (219,209,204). Sum of RGB (Red+Green+Blue) = 219+209+204=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1CC is #242E33. Grayscale: #D3D3D3. Windows color (decimal): -2371124 or 13423067. OLE color: 13423067.
HSL color Cylindrical-coordinate representation of color #DBD1CC: hue angle of 20º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBD1CC is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 209 | 204 | - |
CMYK | 0 | 0.05 | 0.07 | 0.14 |
HSL | 20º | 0.17% | 0.83% | - |
HSV(B) | 20º | 0.07% | 0.86% | - |
XYZ | 62.91 | 65.02 | 66.36 | - |
YUV | 211.42 | 123.81 | 133.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 209 | 204 | 0 | 0.05 | 0.07 | 0.14 | 20 | 0.17 | 0.83 |
Hex | DB | D1 | CC | 0 | 5 | 7 | E | 14 | 11 | 53 |
Octal | 333 | 321 | 314 | 0 | 5 | 7 | 16 | 24 | 21 | 123 |
Binary | 11011011 | 11010001 | 11001100 | 0 | 101 | 111 | 1110 | 10100 | 10001 | 1010011 |
Color Harmonies of #DBD1CC
Complementary color
Monochromatic Colors of #DBD1CC
Black with #DBD1CC
Text Example
Text Example
White with #DBD1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1CC; }
p { color: rgb(219,209,204); }
H1.HeaderClassName
{
color: #DBD1CC;
}
.AnyTagClassName
{
color: #DBD1CC;
}
</style>
background-color css
<style>
a { background-color: #DBD1CC; }
a { background-color: rgb(219,209,204); }
div.DivClassName
{
background-color: #DBD1CC;
}
.BgClassName
{
background-color: #DBD1CC;
}
</style>
border-color css
<style>
span { border-color: #DBD1CC; }
span { border-color: rgb(219,209,204); }
td.TdClassName
{
border-color: #DBD1CC;
}
.TagClassName
{
border-color: #DBD1CC;
}
</style>