Shades of Swiss Coffee #DFCDC4
Tints of Swiss Coffee #DFCDC4
RGB
CMYK
RGB Variations
Color information
#DFCDC4 (or 0xDFCDC4) is known color: Swiss Coffee. HEX triplet: DF, CD and C4. RGB value is (223,205,196). Sum of RGB (Red+Green+Blue) = 223+205+196=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 196 (76.95% from 255 or 31.41% from 624); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDC4 is #20323B. Grayscale: #D1D1D1. Windows color (decimal): -2110012 or 12897759. OLE color: 12897759.
HSL color Cylindrical-coordinate representation of color #DFCDC4: hue angle of 20º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFCDC4 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 205 | 196 | - |
CMYK | 0 | 0.08 | 0.12 | 0.13 |
HSL | 20º | 0.3% | 0.82% | - |
HSV(B) | 20º | 0.12% | 0.87% | - |
XYZ | 62.23 | 63.34 | 61.17 | - |
YUV | 209.36 | 120.46 | 137.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 205 | 196 | 0 | 0.08 | 0.12 | 0.13 | 20 | 0.3 | 0.82 |
Hex | DF | CD | C4 | 0 | 8 | C | D | 14 | 1E | 52 |
Octal | 337 | 315 | 304 | 0 | 10 | 14 | 15 | 24 | 36 | 122 |
Binary | 11011111 | 11001101 | 11000100 | 0 | 1000 | 1100 | 1101 | 10100 | 11110 | 1010010 |
Color Harmonies of #DFCDC4
Complementary color
Monochromatic Colors of #DFCDC4
Black with #DFCDC4
Text Example
Text Example
White with #DFCDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCDC4; }
p { color: rgb(223,205,196); }
H1.HeaderClassName
{
color: #DFCDC4;
}
.AnyTagClassName
{
color: #DFCDC4;
}
</style>
background-color css
<style>
a { background-color: #DFCDC4; }
a { background-color: rgb(223,205,196); }
div.DivClassName
{
background-color: #DFCDC4;
}
.BgClassName
{
background-color: #DFCDC4;
}
</style>
border-color css
<style>
span { border-color: #DFCDC4; }
span { border-color: rgb(223,205,196); }
td.TdClassName
{
border-color: #DFCDC4;
}
.TagClassName
{
border-color: #DFCDC4;
}
</style>