Shades of Swiss Coffee #D8D1CC
Tints of Swiss Coffee #D8D1CC
RGB
CMYK
RGB Variations
Color information
#D8D1CC (or 0xD8D1CC) is known color: Swiss Coffee. HEX triplet: D8, D1 and CC. RGB value is (216,209,204). Sum of RGB (Red+Green+Blue) = 216+209+204=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D1CC is #272E33. Grayscale: #D2D2D2. Windows color (decimal): -2567732 or 13423064. OLE color: 13423064.
HSL color Cylindrical-coordinate representation of color #D8D1CC: hue angle of 25º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8D1CC is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 204 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.15 |
| HSL | 25º | 0.13% | 0.82% | - |
| HSV(B) | 25º | 0.06% | 0.85% | - |
| XYZ | 62.02 | 64.56 | 66.32 | - |
| YUV | 210.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 204 | 0 | 0.03 | 0.06 | 0.15 | 25 | 0.13 | 0.82 |
| Hex | D8 | D1 | CC | 0 | 3 | 6 | F | 19 | D | 52 |
| Octal | 330 | 321 | 314 | 0 | 3 | 6 | 17 | 31 | 15 | 122 |
| Binary | 11011000 | 11010001 | 11001100 | 0 | 11 | 110 | 1111 | 11001 | 1101 | 1010010 |
Color Harmonies of #D8D1CC
Complementary color
Monochromatic Colors of #D8D1CC
Black with #D8D1CC
Text Example
Text Example
White with #D8D1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D1CC; }
p { color: rgb(216,209,204); }
H1.HeaderClassName
{
color: #D8D1CC;
}
.AnyTagClassName
{
color: #D8D1CC;
}
</style>
background-color css
<style>
a { background-color: #D8D1CC; }
a { background-color: rgb(216,209,204); }
div.DivClassName
{
background-color: #D8D1CC;
}
.BgClassName
{
background-color: #D8D1CC;
}
</style>
border-color css
<style>
span { border-color: #D8D1CC; }
span { border-color: rgb(216,209,204); }
td.TdClassName
{
border-color: #D8D1CC;
}
.TagClassName
{
border-color: #D8D1CC;
}
</style>