Shades of Swiss Coffee #D7D2CE
Tints of Swiss Coffee #D7D2CE
RGB
CMYK
RGB Variations
Color information
#D7D2CE (or 0xD7D2CE) is known color: Swiss Coffee. HEX triplet: D7, D2 and CE. RGB value is (215,210,206). Sum of RGB (Red+Green+Blue) = 215+210+206=631 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.07% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D2CE is #282D31. Grayscale: #D3D3D3. Windows color (decimal): -2633010 or 13554391. OLE color: 13554391.
HSL color Cylindrical-coordinate representation of color #D7D2CE: hue angle of 26.67º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7D2CE is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 210 | 206 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.16 |
| HSL | 26.67º | 0.1% | 0.83% | - |
| HSV(B) | 26.67º | 0.04% | 0.84% | - |
| XYZ | 62.21 | 65 | 67.66 | - |
| YUV | 211.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 210 | 206 | 0 | 0.02 | 0.04 | 0.16 | 26.67 | 0.1 | 0.83 |
| Hex | D7 | D2 | CE | 0 | 2 | 4 | 10 | 1B | A | 53 |
| Octal | 327 | 322 | 316 | 0 | 2 | 4 | 20 | 33 | 12 | 123 |
| Binary | 11010111 | 11010010 | 11001110 | 0 | 10 | 100 | 10000 | 11011 | 1010 | 1010011 |
Color Harmonies of #D7D2CE
Complementary color
Monochromatic Colors of #D7D2CE
Black with #D7D2CE
Text Example
Text Example
White with #D7D2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D2CE; }
p { color: rgb(215,210,206); }
H1.HeaderClassName
{
color: #D7D2CE;
}
.AnyTagClassName
{
color: #D7D2CE;
}
</style>
background-color css
<style>
a { background-color: #D7D2CE; }
a { background-color: rgb(215,210,206); }
div.DivClassName
{
background-color: #D7D2CE;
}
.BgClassName
{
background-color: #D7D2CE;
}
</style>
border-color css
<style>
span { border-color: #D7D2CE; }
span { border-color: rgb(215,210,206); }
td.TdClassName
{
border-color: #D7D2CE;
}
.TagClassName
{
border-color: #D7D2CE;
}
</style>