Shades of Swiss Coffee #DACCC8
Tints of Swiss Coffee #DACCC8
RGB
CMYK
RGB Variations
Color information
#DACCC8 (or 0xDACCC8) is known color: Swiss Coffee. HEX triplet: DA, CC and C8. RGB value is (218,204,200). Sum of RGB (Red+Green+Blue) = 218+204+200=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 200 (78.52% from 255 or 32.15% from 622); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCC8 is #253337. Grayscale: #CFCFCF. Windows color (decimal): -2437944 or 13159642. OLE color: 13159642.
HSL color Cylindrical-coordinate representation of color #DACCC8: hue angle of 13.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 #DACCC8 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 200 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.15 |
| HSL | 13.33º | 0.2% | 0.82% | - |
| HSV(B) | 13.33º | 0.08% | 0.85% | - |
| XYZ | 60.93 | 62.26 | 63.45 | - |
| YUV | 207.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 200 | 0 | 0.06 | 0.08 | 0.15 | 13.33 | 0.2 | 0.82 |
| Hex | DA | CC | C8 | 0 | 6 | 8 | F | D | 14 | 52 |
| Octal | 332 | 314 | 310 | 0 | 6 | 10 | 17 | 15 | 24 | 122 |
| Binary | 11011010 | 11001100 | 11001000 | 0 | 110 | 1000 | 1111 | 1101 | 10100 | 1010010 |
Color Harmonies of #DACCC8
Complementary color
Monochromatic Colors of #DACCC8
Black with #DACCC8
Text Example
Text Example
White with #DACCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCC8; }
p { color: rgb(218,204,200); }
H1.HeaderClassName
{
color: #DACCC8;
}
.AnyTagClassName
{
color: #DACCC8;
}
</style>
background-color css
<style>
a { background-color: #DACCC8; }
a { background-color: rgb(218,204,200); }
div.DivClassName
{
background-color: #DACCC8;
}
.BgClassName
{
background-color: #DACCC8;
}
</style>
border-color css
<style>
span { border-color: #DACCC8; }
span { border-color: rgb(218,204,200); }
td.TdClassName
{
border-color: #DACCC8;
}
.TagClassName
{
border-color: #DACCC8;
}
</style>