Shades of Swiss Coffee #D8CFCA
Tints of Swiss Coffee #D8CFCA
RGB
CMYK
RGB Variations
Color information
#D8CFCA (or 0xD8CFCA) is known color: Swiss Coffee. HEX triplet: D8, CF and CA. RGB value is (216,207,202). Sum of RGB (Red+Green+Blue) = 216+207+202=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CFCA is #273035. Grayscale: #D1D1D1. Windows color (decimal): -2568246 or 13291480. OLE color: 13291480.
HSL color Cylindrical-coordinate representation of color #D8CFCA: hue angle of 21.43º degrees, saturation: 0.15, 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 #D8CFCA is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 207 | 202 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.15 |
| HSL | 21.43º | 0.15% | 0.82% | - |
| HSV(B) | 21.43º | 0.06% | 0.85% | - |
| XYZ | 61.29 | 63.49 | 64.9 | - |
| YUV | 209.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 202 | 0 | 0.04 | 0.06 | 0.15 | 21.43 | 0.15 | 0.82 |
| Hex | D8 | CF | CA | 0 | 4 | 6 | F | 15 | F | 52 |
| Octal | 330 | 317 | 312 | 0 | 4 | 6 | 17 | 25 | 17 | 122 |
| Binary | 11011000 | 11001111 | 11001010 | 0 | 100 | 110 | 1111 | 10101 | 1111 | 1010010 |
Color Harmonies of #D8CFCA
Complementary color
Monochromatic Colors of #D8CFCA
Black with #D8CFCA
Text Example
Text Example
White with #D8CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CFCA; }
p { color: rgb(216,207,202); }
H1.HeaderClassName
{
color: #D8CFCA;
}
.AnyTagClassName
{
color: #D8CFCA;
}
</style>
background-color css
<style>
a { background-color: #D8CFCA; }
a { background-color: rgb(216,207,202); }
div.DivClassName
{
background-color: #D8CFCA;
}
.BgClassName
{
background-color: #D8CFCA;
}
</style>
border-color css
<style>
span { border-color: #D8CFCA; }
span { border-color: rgb(216,207,202); }
td.TdClassName
{
border-color: #D8CFCA;
}
.TagClassName
{
border-color: #D8CFCA;
}
</style>