#D8CAC6

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

Shades of Swiss Coffee #D8CAC6

Tints of Swiss Coffee #D8CAC6

Color information

#D8CAC6 (or 0xD8CAC6) is unknown color: approx Swiss Coffee. HEX triplet: D8, CA and C6. RGB value is (216,202,198). Sum of RGB (Red+Green+Blue) = 216+202+198=616 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.06% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 198 (77.73% from 255 or 32.14% from 616); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CAC6 is #273539. Grayscale: #CDCDCD. Windows color (decimal): -2569530 or 13028056. OLE color: 13028056.

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

Color convert

RGB216202198-
CMYK00.060.080.15
HSL13.33º18.75%81.18%-
HSV(B)13.33º8.33%84.71%-
XYZ59.6360.9262.04-
YUV205.73123.64135.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.06%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 198 (77.73% from 255) = 32.14%
R=35.06%
G=32.79%
B=32.14%

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
Decimal21620219800.060.080.1513.3318.7581.18
HexD8CAC6068Fd1351
Octal3303123060610171523121
Binary1101100011001010110001100110100011111101100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CAC6; }

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

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

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

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

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

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

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

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