Shades of Swiss Coffee #DFD3CC
Tints of Swiss Coffee #DFD3CC
RGB
CMYK
RGB Variations
Color information
#DFD3CC (or 0xDFD3CC) is known color: Swiss Coffee. HEX triplet: DF, D3 and CC. RGB value is (223,211,204). Sum of RGB (Red+Green+Blue) = 223+211+204=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD3CC is #202C33. Grayscale: #D5D5D5. Windows color (decimal): -2108468 or 13423583. OLE color: 13423583.
HSL color Cylindrical-coordinate representation of color #DFD3CC: hue angle of 22.11º degrees, saturation: 0.23, 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 #DFD3CC is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 204 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.13 |
| HSL | 22.11º | 0.23% | 0.84% | - |
| HSV(B) | 22.11º | 0.09% | 0.87% | - |
| XYZ | 64.62 | 66.64 | 66.58 | - |
| YUV | 213.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 204 | 0 | 0.05 | 0.09 | 0.13 | 22.11 | 0.23 | 0.84 |
| Hex | DF | D3 | CC | 0 | 5 | 9 | D | 16 | 17 | 54 |
| Octal | 337 | 323 | 314 | 0 | 5 | 11 | 15 | 26 | 27 | 124 |
| Binary | 11011111 | 11010011 | 11001100 | 0 | 101 | 1001 | 1101 | 10110 | 10111 | 1010100 |
Color Harmonies of #DFD3CC
Complementary color
Monochromatic Colors of #DFD3CC
Black with #DFD3CC
Text Example
Text Example
White with #DFD3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD3CC; }
p { color: rgb(223,211,204); }
H1.HeaderClassName
{
color: #DFD3CC;
}
.AnyTagClassName
{
color: #DFD3CC;
}
</style>
background-color css
<style>
a { background-color: #DFD3CC; }
a { background-color: rgb(223,211,204); }
div.DivClassName
{
background-color: #DFD3CC;
}
.BgClassName
{
background-color: #DFD3CC;
}
</style>
border-color css
<style>
span { border-color: #DFD3CC; }
span { border-color: rgb(223,211,204); }
td.TdClassName
{
border-color: #DFD3CC;
}
.TagClassName
{
border-color: #DFD3CC;
}
</style>