Shades of Swiss Coffee #D2CDCA
Tints of Swiss Coffee #D2CDCA
RGB
CMYK
RGB Variations
Color information
#D2CDCA (or 0xD2CDCA) is known color: Swiss Coffee. HEX triplet: D2, CD and CA. RGB value is (210,205,202). Sum of RGB (Red+Green+Blue) = 210+205+202=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CDCA is #2D3235. Grayscale: #CECECE. Windows color (decimal): -2961974 or 13290962. OLE color: 13290962.
HSL color Cylindrical-coordinate representation of color #D2CDCA: hue angle of 22.5º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2CDCA is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 205 | 202 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.18 |
| HSL | 22.5º | 0.08% | 0.81% | - |
| HSV(B) | 22.5º | 0.04% | 0.82% | - |
| XYZ | 59.07 | 61.63 | 64.66 | - |
| YUV | 206.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 205 | 202 | 0 | 0.02 | 0.04 | 0.18 | 22.5 | 0.08 | 0.81 |
| Hex | D2 | CD | CA | 0 | 2 | 4 | 12 | 16 | 8 | 51 |
| Octal | 322 | 315 | 312 | 0 | 2 | 4 | 22 | 26 | 10 | 121 |
| Binary | 11010010 | 11001101 | 11001010 | 0 | 10 | 100 | 10010 | 10110 | 1000 | 1010001 |
Color Harmonies of #D2CDCA
Complementary color
Monochromatic Colors of #D2CDCA
Black with #D2CDCA
Text Example
Text Example
White with #D2CDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CDCA; }
p { color: rgb(210,205,202); }
H1.HeaderClassName
{
color: #D2CDCA;
}
.AnyTagClassName
{
color: #D2CDCA;
}
</style>
background-color css
<style>
a { background-color: #D2CDCA; }
a { background-color: rgb(210,205,202); }
div.DivClassName
{
background-color: #D2CDCA;
}
.BgClassName
{
background-color: #D2CDCA;
}
</style>
border-color css
<style>
span { border-color: #D2CDCA; }
span { border-color: rgb(210,205,202); }
td.TdClassName
{
border-color: #D2CDCA;
}
.TagClassName
{
border-color: #D2CDCA;
}
</style>