Shades of Swiss Coffee #DBCCC4
Tints of Swiss Coffee #DBCCC4
RGB
CMYK
RGB Variations
Color information
#DBCCC4 (or 0xDBCCC4) is known color: Swiss Coffee. HEX triplet: DB, CC and C4. RGB value is (219,204,196). Sum of RGB (Red+Green+Blue) = 219+204+196=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCC4 is #24333B. Grayscale: #CFCFCF. Windows color (decimal): -2372412 or 12897499. OLE color: 12897499.
HSL color Cylindrical-coordinate representation of color #DBCCC4: hue angle of 20.87º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBCCC4 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 196 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.14 |
| HSL | 20.87º | 0.24% | 0.81% | - |
| HSV(B) | 20.87º | 0.11% | 0.86% | - |
| XYZ | 60.77 | 62.23 | 61.03 | - |
| YUV | 207.57 | 121.47 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 196 | 0 | 0.07 | 0.11 | 0.14 | 20.87 | 0.24 | 0.81 |
| Hex | DB | CC | C4 | 0 | 7 | B | E | 15 | 18 | 51 |
| Octal | 333 | 314 | 304 | 0 | 7 | 13 | 16 | 25 | 30 | 121 |
| Binary | 11011011 | 11001100 | 11000100 | 0 | 111 | 1011 | 1110 | 10101 | 11000 | 1010001 |
Color Harmonies of #DBCCC4
Complementary color
Monochromatic Colors of #DBCCC4
Black with #DBCCC4
Text Example
Text Example
White with #DBCCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCC4; }
p { color: rgb(219,204,196); }
H1.HeaderClassName
{
color: #DBCCC4;
}
.AnyTagClassName
{
color: #DBCCC4;
}
</style>
background-color css
<style>
a { background-color: #DBCCC4; }
a { background-color: rgb(219,204,196); }
div.DivClassName
{
background-color: #DBCCC4;
}
.BgClassName
{
background-color: #DBCCC4;
}
</style>
border-color css
<style>
span { border-color: #DBCCC4; }
span { border-color: rgb(219,204,196); }
td.TdClassName
{
border-color: #DBCCC4;
}
.TagClassName
{
border-color: #DBCCC4;
}
</style>