Shades of Swiss Coffee #D3CDCA
Tints of Swiss Coffee #D3CDCA
RGB
CMYK
RGB Variations
Color information
#D3CDCA (or 0xD3CDCA) is known color: Swiss Coffee. HEX triplet: D3, CD and CA. RGB value is (211,205,202). Sum of RGB (Red+Green+Blue) = 211+205+202=618 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.14% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CDCA is #2C3235. Grayscale: #CECECE. Windows color (decimal): -2896438 or 13290963. OLE color: 13290963.
HSL color Cylindrical-coordinate representation of color #D3CDCA: hue angle of 20º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D3CDCA is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 205 | 202 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.17 |
| HSL | 20º | 0.09% | 0.81% | - |
| HSV(B) | 20º | 0.04% | 0.83% | - |
| XYZ | 59.36 | 61.78 | 64.67 | - |
| YUV | 206.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 202 | 0 | 0.03 | 0.04 | 0.17 | 20 | 0.09 | 0.81 |
| Hex | D3 | CD | CA | 0 | 3 | 4 | 11 | 14 | 9 | 51 |
| Octal | 323 | 315 | 312 | 0 | 3 | 4 | 21 | 24 | 11 | 121 |
| Binary | 11010011 | 11001101 | 11001010 | 0 | 11 | 100 | 10001 | 10100 | 1001 | 1010001 |
Color Harmonies of #D3CDCA
Complementary color
Monochromatic Colors of #D3CDCA
Black with #D3CDCA
Text Example
Text Example
White with #D3CDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CDCA; }
p { color: rgb(211,205,202); }
H1.HeaderClassName
{
color: #D3CDCA;
}
.AnyTagClassName
{
color: #D3CDCA;
}
</style>
background-color css
<style>
a { background-color: #D3CDCA; }
a { background-color: rgb(211,205,202); }
div.DivClassName
{
background-color: #D3CDCA;
}
.BgClassName
{
background-color: #D3CDCA;
}
</style>
border-color css
<style>
span { border-color: #D3CDCA; }
span { border-color: rgb(211,205,202); }
td.TdClassName
{
border-color: #D3CDCA;
}
.TagClassName
{
border-color: #D3CDCA;
}
</style>