Shades of Swiss Coffee #DFD2CB
Tints of Swiss Coffee #DFD2CB
RGB
CMYK
RGB Variations
Color information
#DFD2CB (or 0xDFD2CB) is known color: Swiss Coffee. HEX triplet: DF, D2 and CB. RGB value is (223,210,203). Sum of RGB (Red+Green+Blue) = 223+210+203=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2CB is #202D34. Grayscale: #D5D5D5. Windows color (decimal): -2108725 or 13357791. OLE color: 13357791.
HSL color Cylindrical-coordinate representation of color #DFD2CB: hue angle of 21º 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 #DFD2CB is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 203 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.13 |
| HSL | 21º | 0.24% | 0.84% | - |
| HSV(B) | 21º | 0.09% | 0.87% | - |
| XYZ | 64.26 | 66.09 | 65.87 | - |
| YUV | 213.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 203 | 0 | 0.06 | 0.09 | 0.13 | 21 | 0.24 | 0.84 |
| Hex | DF | D2 | CB | 0 | 6 | 9 | D | 15 | 18 | 54 |
| Octal | 337 | 322 | 313 | 0 | 6 | 11 | 15 | 25 | 30 | 124 |
| Binary | 11011111 | 11010010 | 11001011 | 0 | 110 | 1001 | 1101 | 10101 | 11000 | 1010100 |
Color Harmonies of #DFD2CB
Complementary color
Monochromatic Colors of #DFD2CB
Black with #DFD2CB
Text Example
Text Example
White with #DFD2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2CB; }
p { color: rgb(223,210,203); }
H1.HeaderClassName
{
color: #DFD2CB;
}
.AnyTagClassName
{
color: #DFD2CB;
}
</style>
background-color css
<style>
a { background-color: #DFD2CB; }
a { background-color: rgb(223,210,203); }
div.DivClassName
{
background-color: #DFD2CB;
}
.BgClassName
{
background-color: #DFD2CB;
}
</style>
border-color css
<style>
span { border-color: #DFD2CB; }
span { border-color: rgb(223,210,203); }
td.TdClassName
{
border-color: #DFD2CB;
}
.TagClassName
{
border-color: #DFD2CB;
}
</style>