Shades of Swiss Coffee #DFCFC7
Tints of Swiss Coffee #DFCFC7
RGB
CMYK
RGB Variations
Color information
#DFCFC7 (or 0xDFCFC7) is known color: Swiss Coffee. HEX triplet: DF, CF and C7. RGB value is (223,207,199). Sum of RGB (Red+Green+Blue) = 223+207+199=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFC7 is #203038. Grayscale: #D2D2D2. Windows color (decimal): -2109497 or 13094879. OLE color: 13094879.
HSL color Cylindrical-coordinate representation of color #DFCFC7: hue angle of 20º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFCFC7 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 207 | 199 | - |
CMYK | 0 | 0.07 | 0.11 | 0.13 |
HSL | 20º | 0.27% | 0.83% | - |
HSV(B) | 20º | 0.11% | 0.87% | - |
XYZ | 63.05 | 64.44 | 63.15 | - |
YUV | 210.87 | 121.3 | 136.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 207 | 199 | 0 | 0.07 | 0.11 | 0.13 | 20 | 0.27 | 0.83 |
Hex | DF | CF | C7 | 0 | 7 | B | D | 14 | 1B | 53 |
Octal | 337 | 317 | 307 | 0 | 7 | 13 | 15 | 24 | 33 | 123 |
Binary | 11011111 | 11001111 | 11000111 | 0 | 111 | 1011 | 1101 | 10100 | 11011 | 1010011 |
Color Harmonies of #DFCFC7
Complementary color
Monochromatic Colors of #DFCFC7
Black with #DFCFC7
Text Example
Text Example
White with #DFCFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCFC7; }
p { color: rgb(223,207,199); }
H1.HeaderClassName
{
color: #DFCFC7;
}
.AnyTagClassName
{
color: #DFCFC7;
}
</style>
background-color css
<style>
a { background-color: #DFCFC7; }
a { background-color: rgb(223,207,199); }
div.DivClassName
{
background-color: #DFCFC7;
}
.BgClassName
{
background-color: #DFCFC7;
}
</style>
border-color css
<style>
span { border-color: #DFCFC7; }
span { border-color: rgb(223,207,199); }
td.TdClassName
{
border-color: #DFCFC7;
}
.TagClassName
{
border-color: #DFCFC7;
}
</style>