Shades of Swiss Coffee #DBCCC3
Tints of Swiss Coffee #DBCCC3
RGB
CMYK
RGB Variations
Color information
#DBCCC3 (or 0xDBCCC3) is known color: Swiss Coffee. HEX triplet: DB, CC and C3. RGB value is (219,204,195). Sum of RGB (Red+Green+Blue) = 219+204+195=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 195 (76.56% from 255 or 31.55% from 618); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCC3 is #24333C. Grayscale: #CFCFCF. Windows color (decimal): -2372413 or 12831963. OLE color: 12831963.
HSL color Cylindrical-coordinate representation of color #DBCCC3: hue angle of 22.5º degrees, saturation: 0.25, 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 #DBCCC3 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 195 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.14 |
| HSL | 22.5º | 0.25% | 0.81% | - |
| HSV(B) | 22.5º | 0.11% | 0.86% | - |
| XYZ | 60.66 | 62.19 | 60.44 | - |
| YUV | 207.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 195 | 0 | 0.07 | 0.11 | 0.14 | 22.5 | 0.25 | 0.81 |
| Hex | DB | CC | C3 | 0 | 7 | B | E | 16 | 19 | 51 |
| Octal | 333 | 314 | 303 | 0 | 7 | 13 | 16 | 26 | 31 | 121 |
| Binary | 11011011 | 11001100 | 11000011 | 0 | 111 | 1011 | 1110 | 10110 | 11001 | 1010001 |
Color Harmonies of #DBCCC3
Complementary color
Monochromatic Colors of #DBCCC3
Black with #DBCCC3
Text Example
Text Example
White with #DBCCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCC3; }
p { color: rgb(219,204,195); }
H1.HeaderClassName
{
color: #DBCCC3;
}
.AnyTagClassName
{
color: #DBCCC3;
}
</style>
background-color css
<style>
a { background-color: #DBCCC3; }
a { background-color: rgb(219,204,195); }
div.DivClassName
{
background-color: #DBCCC3;
}
.BgClassName
{
background-color: #DBCCC3;
}
</style>
border-color css
<style>
span { border-color: #DBCCC3; }
span { border-color: rgb(219,204,195); }
td.TdClassName
{
border-color: #DBCCC3;
}
.TagClassName
{
border-color: #DBCCC3;
}
</style>