Shades of Swiss Coffee #D9D3CF
Tints of Swiss Coffee #D9D3CF
RGB
CMYK
RGB Variations
Color information
#D9D3CF (or 0xD9D3CF) is known color: Swiss Coffee. HEX triplet: D9, D3 and CF. RGB value is (217,211,207). Sum of RGB (Red+Green+Blue) = 217+211+207=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D3CF is #262C30. Grayscale: #D4D4D4. Windows color (decimal): -2501681 or 13620185. OLE color: 13620185.
HSL color Cylindrical-coordinate representation of color #D9D3CF: hue angle of 24º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9D3CF is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 211 | 207 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.15 |
| HSL | 24º | 0.12% | 0.83% | - |
| HSV(B) | 24º | 0.05% | 0.85% | - |
| XYZ | 63.17 | 65.85 | 68.41 | - |
| YUV | 212.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 211 | 207 | 0 | 0.03 | 0.05 | 0.15 | 24 | 0.12 | 0.83 |
| Hex | D9 | D3 | CF | 0 | 3 | 5 | F | 18 | C | 53 |
| Octal | 331 | 323 | 317 | 0 | 3 | 5 | 17 | 30 | 14 | 123 |
| Binary | 11011001 | 11010011 | 11001111 | 0 | 11 | 101 | 1111 | 11000 | 1100 | 1010011 |
Color Harmonies of #D9D3CF
Complementary color
Monochromatic Colors of #D9D3CF
Black with #D9D3CF
Text Example
Text Example
White with #D9D3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D3CF; }
p { color: rgb(217,211,207); }
H1.HeaderClassName
{
color: #D9D3CF;
}
.AnyTagClassName
{
color: #D9D3CF;
}
</style>
background-color css
<style>
a { background-color: #D9D3CF; }
a { background-color: rgb(217,211,207); }
div.DivClassName
{
background-color: #D9D3CF;
}
.BgClassName
{
background-color: #D9D3CF;
}
</style>
border-color css
<style>
span { border-color: #D9D3CF; }
span { border-color: rgb(217,211,207); }
td.TdClassName
{
border-color: #D9D3CF;
}
.TagClassName
{
border-color: #D9D3CF;
}
</style>