#D9D1CB

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

Shades of Swiss Coffee #D9D1CB

Tints of Swiss Coffee #D9D1CB

Color information

#D9D1CB (or 0xD9D1CB) is unknown color: approx Swiss Coffee. HEX triplet: D9, D1 and CB. RGB value is (217,209,203). Sum of RGB (Red+Green+Blue) = 217+209+203=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D1CB is #262E34. Grayscale: #D2D2D2. Windows color (decimal): -2502197 or 13357529. OLE color: 13357529.

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

Color convert

RGB217209203-
CMYK00.040.060.15
HSL25.71º15.56%82.35%-
HSV(B)25.71º6.45%85.1%-
XYZ62.264.6665.7-
YUV210.71123.65132.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.50%
GREEN value IS 209 (82.03% from 255) = 33.23%
BLUE value IS 203 (79.69% from 255) = 32.27%
R=34.50%
G=33.23%
B=32.27%

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
Decimal21720920300.040.060.1525.7115.5682.35
HexD9D1CB046F1a1052
Octal331321313046173220122
Binary1101100111010001110010110100110111111010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D1CB; }

 p { color: rgb(217,209,203); }

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

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

 a { background-color: rgb(217,209,203); }

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

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

 span { border-color: rgb(217,209,203); }

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