#D8CCC6

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

Shades of Swiss Coffee #D8CCC6

Tints of Swiss Coffee #D8CCC6

Color information

#D8CCC6 (or 0xD8CCC6) is unknown color: approx Swiss Coffee. HEX triplet: D8, CC and C6. RGB value is (216,204,198). Sum of RGB (Red+Green+Blue) = 216+204+198=618 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.95% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CCC6 is #273339. Grayscale: #CECECE. Windows color (decimal): -2569018 or 13028568. OLE color: 13028568.

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

Color convert

RGB216204198-
CMYK00.060.080.15
HSL20º18.75%81.18%-
HSV(B)20º8.33%84.71%-
XYZ60.161.8662.2-
YUV206.9122.98134.49-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.95%
GREEN value IS 204 (80.08% from 255) = 33.01%
BLUE value IS 198 (77.73% from 255) = 32.04%
R=34.95%
G=33.01%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620419800.060.080.152018.7581.18
HexD8CCC6068F141351
Octal3303143060610172423121
Binary11011000110011001100011001101000111110100100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCC6; }

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

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

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

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

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

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

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

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