#D8CDC6

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

Shades of Swiss Coffee #D8CDC6

Tints of Swiss Coffee #D8CDC6

Color information

#D8CDC6 (or 0xD8CDC6) is unknown color: approx Swiss Coffee. HEX triplet: D8, CD and C6. RGB value is (216,205,198). Sum of RGB (Red+Green+Blue) = 216+205+198=619 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.89% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDC6 is #273239. Grayscale: #CFCFCF. Windows color (decimal): -2568762 or 13028824. OLE color: 13028824.

HSL color Cylindrical-coordinate representation of color #D8CDC6: hue angle of 23.33º degrees, saturation: 0.19, 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 #D8CDC6 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB216205198-
CMYK00.050.080.15
HSL23.33º18.75%81.18%-
HSV(B)23.33º8.33%84.71%-
XYZ60.3462.3462.28-
YUV207.49122.64134.07-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.89%
GREEN value IS 205 (80.47% from 255) = 33.12%
BLUE value IS 198 (77.73% from 255) = 31.99%
R=34.89%
G=33.12%
B=31.99%

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
Decimal21620519800.050.080.1523.3318.7581.18
HexD8CDC6058F171351
Octal3303153060510172723121
Binary11011000110011011100011001011000111110111100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CDC6; }

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

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

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

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

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

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

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

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