Shades of Swiss Coffee #DACFC8
Tints of Swiss Coffee #DACFC8
RGB
CMYK
RGB Variations
Color information
#DACFC8 (or 0xDACFC8) is known color: Swiss Coffee. HEX triplet: DA, CF and C8. RGB value is (218,207,200). Sum of RGB (Red+Green+Blue) = 218+207+200=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFC8 is #253037. Grayscale: #D1D1D1. Windows color (decimal): -2437176 or 13160410. OLE color: 13160410.
HSL color Cylindrical-coordinate representation of color #DACFC8: hue angle of 23.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DACFC8 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 200 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.15 |
| HSL | 23.33º | 0.2% | 0.82% | - |
| HSV(B) | 23.33º | 0.08% | 0.85% | - |
| XYZ | 61.65 | 63.7 | 63.69 | - |
| YUV | 209.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 200 | 0 | 0.05 | 0.08 | 0.15 | 23.33 | 0.2 | 0.82 |
| Hex | DA | CF | C8 | 0 | 5 | 8 | F | 17 | 14 | 52 |
| Octal | 332 | 317 | 310 | 0 | 5 | 10 | 17 | 27 | 24 | 122 |
| Binary | 11011010 | 11001111 | 11001000 | 0 | 101 | 1000 | 1111 | 10111 | 10100 | 1010010 |
Color Harmonies of #DACFC8
Complementary color
Monochromatic Colors of #DACFC8
Black with #DACFC8
Text Example
Text Example
White with #DACFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACFC8; }
p { color: rgb(218,207,200); }
H1.HeaderClassName
{
color: #DACFC8;
}
.AnyTagClassName
{
color: #DACFC8;
}
</style>
background-color css
<style>
a { background-color: #DACFC8; }
a { background-color: rgb(218,207,200); }
div.DivClassName
{
background-color: #DACFC8;
}
.BgClassName
{
background-color: #DACFC8;
}
</style>
border-color css
<style>
span { border-color: #DACFC8; }
span { border-color: rgb(218,207,200); }
td.TdClassName
{
border-color: #DACFC8;
}
.TagClassName
{
border-color: #DACFC8;
}
</style>