Shades of Swiss Coffee #DBCFCB
Tints of Swiss Coffee #DBCFCB
RGB
CMYK
RGB Variations
Color information
#DBCFCB (or 0xDBCFCB) is known color: Swiss Coffee. HEX triplet: DB, CF and CB. RGB value is (219,207,203). Sum of RGB (Red+Green+Blue) = 219+207+203=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFCB is #243034. Grayscale: #D2D2D2. Windows color (decimal): -2371637 or 13357019. OLE color: 13357019.
HSL color Cylindrical-coordinate representation of color #DBCFCB: hue angle of 15º degrees, saturation: 0.18, 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 #DBCFCB is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 203 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.14 |
| HSL | 15º | 0.18% | 0.83% | - |
| HSV(B) | 15º | 0.07% | 0.86% | - |
| XYZ | 62.31 | 64 | 65.57 | - |
| YUV | 210.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 203 | 0 | 0.05 | 0.07 | 0.14 | 15 | 0.18 | 0.83 |
| Hex | DB | CF | CB | 0 | 5 | 7 | E | F | 12 | 53 |
| Octal | 333 | 317 | 313 | 0 | 5 | 7 | 16 | 17 | 22 | 123 |
| Binary | 11011011 | 11001111 | 11001011 | 0 | 101 | 111 | 1110 | 1111 | 10010 | 1010011 |
Color Harmonies of #DBCFCB
Complementary color
Monochromatic Colors of #DBCFCB
Black with #DBCFCB
Text Example
Text Example
White with #DBCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFCB; }
p { color: rgb(219,207,203); }
H1.HeaderClassName
{
color: #DBCFCB;
}
.AnyTagClassName
{
color: #DBCFCB;
}
</style>
background-color css
<style>
a { background-color: #DBCFCB; }
a { background-color: rgb(219,207,203); }
div.DivClassName
{
background-color: #DBCFCB;
}
.BgClassName
{
background-color: #DBCFCB;
}
</style>
border-color css
<style>
span { border-color: #DBCFCB; }
span { border-color: rgb(219,207,203); }
td.TdClassName
{
border-color: #DBCFCB;
}
.TagClassName
{
border-color: #DBCFCB;
}
</style>