#D8D1CC

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

Shades of Swiss Coffee #D8D1CC

Tints of Swiss Coffee #D8D1CC

Color information

#D8D1CC (or 0xD8D1CC) is unknown color: approx Swiss Coffee. HEX triplet: D8, D1 and CC. RGB value is (216,209,204). Sum of RGB (Red+Green+Blue) = 216+209+204=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D1CC is #272E33. Grayscale: #D2D2D2. Windows color (decimal): -2567732 or 13423064. OLE color: 13423064.

HSL color Cylindrical-coordinate representation of color #D8D1CC: hue angle of 25º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8D1CC is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216209204-
CMYK00.030.060.15
HSL25º13.33%82.35%-
HSV(B)25º5.56%84.71%-
XYZ62.0264.5666.32-
YUV210.52124.32131.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.34%
GREEN value IS 209 (82.03% from 255) = 33.23%
BLUE value IS 204 (80.08% from 255) = 32.43%
R=34.34%
G=33.23%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620920400.030.060.152513.3382.35
HexD8D1CC036F19d52
Octal330321314036173115122
Binary11011000110100011100110001111011111100111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D1CC; }

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

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

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

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

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

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

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

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