Shades of Swiss Coffee #DBCEC9
Tints of Swiss Coffee #DBCEC9
RGB
CMYK
RGB Variations
Color information
#DBCEC9 (or 0xDBCEC9) is known color: Swiss Coffee. HEX triplet: DB, CE and C9. RGB value is (219,206,201). Sum of RGB (Red+Green+Blue) = 219+206+201=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEC9 is #243136. Grayscale: #D1D1D1. Windows color (decimal): -2371895 or 13225691. OLE color: 13225691.
HSL color Cylindrical-coordinate representation of color #DBCEC9: hue angle of 16.67º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBCEC9 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 201 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.14 |
| HSL | 16.67º | 0.2% | 0.82% | - |
| HSV(B) | 16.67º | 0.08% | 0.86% | - |
| XYZ | 61.83 | 63.42 | 64.24 | - |
| YUV | 209.32 | 123.31 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 201 | 0 | 0.06 | 0.08 | 0.14 | 16.67 | 0.2 | 0.82 |
| Hex | DB | CE | C9 | 0 | 6 | 8 | E | 11 | 14 | 52 |
| Octal | 333 | 316 | 311 | 0 | 6 | 10 | 16 | 21 | 24 | 122 |
| Binary | 11011011 | 11001110 | 11001001 | 0 | 110 | 1000 | 1110 | 10001 | 10100 | 1010010 |
Color Harmonies of #DBCEC9
Complementary color
Monochromatic Colors of #DBCEC9
Black with #DBCEC9
Text Example
Text Example
White with #DBCEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEC9; }
p { color: rgb(219,206,201); }
H1.HeaderClassName
{
color: #DBCEC9;
}
.AnyTagClassName
{
color: #DBCEC9;
}
</style>
background-color css
<style>
a { background-color: #DBCEC9; }
a { background-color: rgb(219,206,201); }
div.DivClassName
{
background-color: #DBCEC9;
}
.BgClassName
{
background-color: #DBCEC9;
}
</style>
border-color css
<style>
span { border-color: #DBCEC9; }
span { border-color: rgb(219,206,201); }
td.TdClassName
{
border-color: #DBCEC9;
}
.TagClassName
{
border-color: #DBCEC9;
}
</style>