Shades of Swiss Coffee #DFD1CB
Tints of Swiss Coffee #DFD1CB
RGB
CMYK
RGB Variations
Color information
#DFD1CB (or 0xDFD1CB) is known color: Swiss Coffee. HEX triplet: DF, D1 and CB. RGB value is (223,209,203). Sum of RGB (Red+Green+Blue) = 223+209+203=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1CB is #202E34. Grayscale: #D4D4D4. Windows color (decimal): -2108981 or 13357535. OLE color: 13357535.
HSL color Cylindrical-coordinate representation of color #DFD1CB: hue angle of 18º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFD1CB is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 203 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.13 |
| HSL | 18º | 0.24% | 0.84% | - |
| HSV(B) | 18º | 0.09% | 0.87% | - |
| XYZ | 64.01 | 65.6 | 65.79 | - |
| YUV | 212.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 203 | 0 | 0.06 | 0.09 | 0.13 | 18 | 0.24 | 0.84 |
| Hex | DF | D1 | CB | 0 | 6 | 9 | D | 12 | 18 | 54 |
| Octal | 337 | 321 | 313 | 0 | 6 | 11 | 15 | 22 | 30 | 124 |
| Binary | 11011111 | 11010001 | 11001011 | 0 | 110 | 1001 | 1101 | 10010 | 11000 | 1010100 |
Color Harmonies of #DFD1CB
Complementary color
Monochromatic Colors of #DFD1CB
Black with #DFD1CB
Text Example
Text Example
White with #DFD1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD1CB; }
p { color: rgb(223,209,203); }
H1.HeaderClassName
{
color: #DFD1CB;
}
.AnyTagClassName
{
color: #DFD1CB;
}
</style>
background-color css
<style>
a { background-color: #DFD1CB; }
a { background-color: rgb(223,209,203); }
div.DivClassName
{
background-color: #DFD1CB;
}
.BgClassName
{
background-color: #DFD1CB;
}
</style>
border-color css
<style>
span { border-color: #DFD1CB; }
span { border-color: rgb(223,209,203); }
td.TdClassName
{
border-color: #DFD1CB;
}
.TagClassName
{
border-color: #DFD1CB;
}
</style>