Shades of Swiss Coffee #DFCFC8
Tints of Swiss Coffee #DFCFC8
RGB
CMYK
RGB Variations
Color information
#DFCFC8 (or 0xDFCFC8) is known color: Swiss Coffee. HEX triplet: DF, CF and C8. RGB value is (223,207,200). Sum of RGB (Red+Green+Blue) = 223+207+200=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFC8 is #203037. Grayscale: #D3D3D3. Windows color (decimal): -2109496 or 13160415. OLE color: 13160415.
HSL color Cylindrical-coordinate representation of color #DFCFC8: hue angle of 18.26º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFCFC8 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 200 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.13 |
| HSL | 18.26º | 0.26% | 0.83% | - |
| HSV(B) | 18.26º | 0.1% | 0.87% | - |
| XYZ | 63.17 | 64.48 | 63.76 | - |
| YUV | 210.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 200 | 0 | 0.07 | 0.10 | 0.13 | 18.26 | 0.26 | 0.83 |
| Hex | DF | CF | C8 | 0 | 7 | A | D | 12 | 1A | 53 |
| Octal | 337 | 317 | 310 | 0 | 7 | 12 | 15 | 22 | 32 | 123 |
| Binary | 11011111 | 11001111 | 11001000 | 0 | 111 | 1010 | 1101 | 10010 | 11010 | 1010011 |
Color Harmonies of #DFCFC8
Complementary color
Monochromatic Colors of #DFCFC8
Black with #DFCFC8
Text Example
Text Example
White with #DFCFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCFC8; }
p { color: rgb(223,207,200); }
H1.HeaderClassName
{
color: #DFCFC8;
}
.AnyTagClassName
{
color: #DFCFC8;
}
</style>
background-color css
<style>
a { background-color: #DFCFC8; }
a { background-color: rgb(223,207,200); }
div.DivClassName
{
background-color: #DFCFC8;
}
.BgClassName
{
background-color: #DFCFC8;
}
</style>
border-color css
<style>
span { border-color: #DFCFC8; }
span { border-color: rgb(223,207,200); }
td.TdClassName
{
border-color: #DFCFC8;
}
.TagClassName
{
border-color: #DFCFC8;
}
</style>