#D8D0CB

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

Shades of Swiss Coffee #D8D0CB

Tints of Swiss Coffee #D8D0CB

Color information

#D8D0CB (or 0xD8D0CB) is unknown color: approx Swiss Coffee. HEX triplet: D8, D0 and CB. RGB value is (216,208,203). Sum of RGB (Red+Green+Blue) = 216+208+203=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D0CB is #272F34. Grayscale: #D1D1D1. Windows color (decimal): -2567989 or 13357272. OLE color: 13357272.

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

Color convert

RGB216208203-
CMYK00.040.060.15
HSL23.08º14.29%82.16%-
HSV(B)23.08º6.02%84.71%-
XYZ61.6564.0265.61-
YUV209.82124.15132.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.45%
GREEN value IS 208 (81.64% from 255) = 33.17%
BLUE value IS 203 (79.69% from 255) = 32.38%
R=34.45%
G=33.17%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620820300.040.060.1523.0814.2982.16
HexD8D0CB046F17e52
Octal330320313046172716122
Binary110110001101000011001011010011011111011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D0CB; }

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

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

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

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

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

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

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

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