#D8CDC7

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

Shades of Swiss Coffee #D8CDC7

Tints of Swiss Coffee #D8CDC7

Color information

#D8CDC7 (or 0xD8CDC7) is unknown color: approx Swiss Coffee. HEX triplet: D8, CD and C7. RGB value is (216,205,199). Sum of RGB (Red+Green+Blue) = 216+205+199=620 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.84% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 199 (78.12% from 255 or 32.10% from 620); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDC7 is #273238. Grayscale: #CFCFCF. Windows color (decimal): -2568761 or 13094360. OLE color: 13094360.

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

Color convert

RGB216205199-
CMYK00.050.080.15
HSL21.18º17.89%81.37%-
HSV(B)21.18º7.87%84.71%-
XYZ60.4662.3962.89-
YUV207.6123.14133.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.84%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 199 (78.12% from 255) = 32.10%
R=34.84%
G=33.06%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620519900.050.080.1521.1817.8981.37
HexD8CDC7058F151251
Octal3303153070510172522121
Binary11011000110011011100011101011000111110101100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CDC7; }

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

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

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

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

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

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

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

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