Shades of Swiss Coffee #DFD2CC
Tints of Swiss Coffee #DFD2CC
RGB
CMYK
RGB Variations
Color information
#DFD2CC (or 0xDFD2CC) is known color: Swiss Coffee. HEX triplet: DF, D2 and CC. RGB value is (223,210,204). Sum of RGB (Red+Green+Blue) = 223+210+204=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2CC is #202D33. Grayscale: #D5D5D5. Windows color (decimal): -2108724 or 13423327. OLE color: 13423327.
HSL color Cylindrical-coordinate representation of color #DFD2CC: hue angle of 18.95º 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 #DFD2CC is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 204 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.13 |
| HSL | 18.95º | 0.23% | 0.84% | - |
| HSV(B) | 18.95º | 0.09% | 0.87% | - |
| XYZ | 64.38 | 66.14 | 66.5 | - |
| YUV | 213.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 204 | 0 | 0.06 | 0.09 | 0.13 | 18.95 | 0.23 | 0.84 |
| Hex | DF | D2 | CC | 0 | 6 | 9 | D | 13 | 17 | 54 |
| Octal | 337 | 322 | 314 | 0 | 6 | 11 | 15 | 23 | 27 | 124 |
| Binary | 11011111 | 11010010 | 11001100 | 0 | 110 | 1001 | 1101 | 10011 | 10111 | 1010100 |
Color Harmonies of #DFD2CC
Complementary color
Monochromatic Colors of #DFD2CC
Black with #DFD2CC
Text Example
Text Example
White with #DFD2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2CC; }
p { color: rgb(223,210,204); }
H1.HeaderClassName
{
color: #DFD2CC;
}
.AnyTagClassName
{
color: #DFD2CC;
}
</style>
background-color css
<style>
a { background-color: #DFD2CC; }
a { background-color: rgb(223,210,204); }
div.DivClassName
{
background-color: #DFD2CC;
}
.BgClassName
{
background-color: #DFD2CC;
}
</style>
border-color css
<style>
span { border-color: #DFD2CC; }
span { border-color: rgb(223,210,204); }
td.TdClassName
{
border-color: #DFD2CC;
}
.TagClassName
{
border-color: #DFD2CC;
}
</style>