Shades of Swiss Coffee #D8CDC6
Tints of Swiss Coffee #D8CDC6
RGB
CMYK
RGB Variations
Color information
#D8CDC6 (or 0xD8CDC6) is known color: Swiss Coffee. HEX triplet: D8, CD and C6. RGB value is (216,205,198). Sum of RGB (Red+Green+Blue) = 216+205+198=619 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.89% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDC6 is #273239. Grayscale: #CFCFCF. Windows color (decimal): -2568762 or 13028824. OLE color: 13028824.
HSL color Cylindrical-coordinate representation of color #D8CDC6: hue angle of 23.33º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8CDC6 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 205 | 198 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.15 |
| HSL | 23.33º | 0.19% | 0.81% | - |
| HSV(B) | 23.33º | 0.08% | 0.85% | - |
| XYZ | 60.34 | 62.34 | 62.28 | - |
| YUV | 207.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 198 | 0 | 0.05 | 0.08 | 0.15 | 23.33 | 0.19 | 0.81 |
| Hex | D8 | CD | C6 | 0 | 5 | 8 | F | 17 | 13 | 51 |
| Octal | 330 | 315 | 306 | 0 | 5 | 10 | 17 | 27 | 23 | 121 |
| Binary | 11011000 | 11001101 | 11000110 | 0 | 101 | 1000 | 1111 | 10111 | 10011 | 1010001 |
Color Harmonies of #D8CDC6
Complementary color
Monochromatic Colors of #D8CDC6
Black with #D8CDC6
Text Example
Text Example
White with #D8CDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CDC6; }
p { color: rgb(216,205,198); }
H1.HeaderClassName
{
color: #D8CDC6;
}
.AnyTagClassName
{
color: #D8CDC6;
}
</style>
background-color css
<style>
a { background-color: #D8CDC6; }
a { background-color: rgb(216,205,198); }
div.DivClassName
{
background-color: #D8CDC6;
}
.BgClassName
{
background-color: #D8CDC6;
}
</style>
border-color css
<style>
span { border-color: #D8CDC6; }
span { border-color: rgb(216,205,198); }
td.TdClassName
{
border-color: #D8CDC6;
}
.TagClassName
{
border-color: #D8CDC6;
}
</style>