#D8CBC6

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

Shades of Swiss Coffee #D8CBC6

Tints of Swiss Coffee #D8CBC6

Color information

#D8CBC6 (or 0xD8CBC6) is unknown color: approx Swiss Coffee. HEX triplet: D8, CB and C6. RGB value is (216,203,198). Sum of RGB (Red+Green+Blue) = 216+203+198=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CBC6 is #273439. Grayscale: #CECECE. Windows color (decimal): -2569274 or 13028312. OLE color: 13028312.

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

Color convert

RGB216203198-
CMYK00.060.080.15
HSL16.67º18.75%81.18%-
HSV(B)16.67º8.33%84.71%-
XYZ59.8761.3962.12-
YUV206.32123.31134.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.01%
GREEN value IS 203 (79.69% from 255) = 32.90%
BLUE value IS 198 (77.73% from 255) = 32.09%
R=35.01%
G=32.90%
B=32.09%

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
Decimal21620319800.060.080.1516.6718.7581.18
HexD8CBC6068F111351
Octal3303133060610172123121
Binary11011000110010111100011001101000111110001100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CBC6; }

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

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

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

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

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

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

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

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