#D8CDC9

Color #D8CDC9 Swiss Coffee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swiss Coffee #D8CDC9

Tints of Swiss Coffee #D8CDC9

Color information

#D8CDC9 (or 0xD8CDC9) is unknown color: approx Swiss Coffee. HEX triplet: D8, CD and C9. RGB value is (216,205,201). Sum of RGB (Red+Green+Blue) = 216+205+201=622 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.73% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDC9 is #273236. Grayscale: #CFCFCF. Windows color (decimal): -2568759 or 13225432. OLE color: 13225432.

HSL color Cylindrical-coordinate representation of color #D8CDC9: hue angle of 16º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D8CDC9 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB216205201-
CMYK00.050.070.15
HSL16º16.13%81.76%-
HSV(B)16º6.94%84.71%-
XYZ60.6962.4864.12-
YUV207.83124.14133.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 34.73%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 201 (78.91% from 255) = 32.32%
R=34.73%
G=32.96%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620520100.050.070.151616.1381.76
HexD8CDC9057F101052
Octal330315311057172020122
Binary1101100011001101110010010101111111110000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CDC9; }

 p { color: rgb(216,205,201); }

 H1.HeaderClassName
 {
   color: #D8CDC9;
 }
 .AnyTagClassName
 {
   color: #D8CDC9;
 }
</style>
background-color css

<style>
 a { background-color: #D8CDC9; }

 a { background-color: rgb(216,205,201); }

 div.DivClassName
 {
   background-color: #D8CDC9;
 }
 .BgClassName
 {
   background-color: #D8CDC9;
 }
</style>
border-color css

<style>
 span { border-color: #D8CDC9; }

 span { border-color: rgb(216,205,201); }

 td.TdClassName
 {
   border-color: #D8CDC9;
 }
 .TagClassName
 {
   border-color: #D8CDC9;
 }
</style>