Shades of Swiss Coffee #DACDC8
Tints of Swiss Coffee #DACDC8
RGB
CMYK
RGB Variations
Color information
#DACDC8 (or 0xDACDC8) is known color: Swiss Coffee. HEX triplet: DA, CD and C8. RGB value is (218,205,200). Sum of RGB (Red+Green+Blue) = 218+205+200=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDC8 is #253237. Grayscale: #D0D0D0. Windows color (decimal): -2437688 or 13159898. OLE color: 13159898.
HSL color Cylindrical-coordinate representation of color #DACDC8: hue angle of 16.67º 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 #DACDC8 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 200 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.15 |
| HSL | 16.67º | 0.2% | 0.82% | - |
| HSV(B) | 16.67º | 0.08% | 0.85% | - |
| XYZ | 61.17 | 62.74 | 63.53 | - |
| YUV | 208.32 | 123.31 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 200 | 0 | 0.06 | 0.08 | 0.15 | 16.67 | 0.2 | 0.82 |
| Hex | DA | CD | C8 | 0 | 6 | 8 | F | 11 | 14 | 52 |
| Octal | 332 | 315 | 310 | 0 | 6 | 10 | 17 | 21 | 24 | 122 |
| Binary | 11011010 | 11001101 | 11001000 | 0 | 110 | 1000 | 1111 | 10001 | 10100 | 1010010 |
Color Harmonies of #DACDC8
Complementary color
Monochromatic Colors of #DACDC8
Black with #DACDC8
Text Example
Text Example
White with #DACDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACDC8; }
p { color: rgb(218,205,200); }
H1.HeaderClassName
{
color: #DACDC8;
}
.AnyTagClassName
{
color: #DACDC8;
}
</style>
background-color css
<style>
a { background-color: #DACDC8; }
a { background-color: rgb(218,205,200); }
div.DivClassName
{
background-color: #DACDC8;
}
.BgClassName
{
background-color: #DACDC8;
}
</style>
border-color css
<style>
span { border-color: #DACDC8; }
span { border-color: rgb(218,205,200); }
td.TdClassName
{
border-color: #DACDC8;
}
.TagClassName
{
border-color: #DACDC8;
}
</style>