#DBD1CB

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

Shades of Swiss Coffee #DBD1CB

Tints of Swiss Coffee #DBD1CB

Color information

#DBD1CB (or 0xDBD1CB) is unknown color: approx Swiss Coffee. HEX triplet: DB, D1 and CB. RGB value is (219,209,203). Sum of RGB (Red+Green+Blue) = 219+209+203=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1CB is #242E34. Grayscale: #D3D3D3. Windows color (decimal): -2371125 or 13357531. OLE color: 13357531.

HSL color Cylindrical-coordinate representation of color #DBD1CB: hue angle of 22.5º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBD1CB is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB219209203-
CMYK00.050.070.14
HSL22.5º18.18%82.75%-
HSV(B)22.5º7.31%85.88%-
XYZ62.7964.9765.73-
YUV211.31123.31133.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.71%
GREEN value IS 209 (82.03% from 255) = 33.12%
BLUE value IS 203 (79.69% from 255) = 32.17%
R=34.71%
G=33.12%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920920300.050.070.1422.518.1882.75
HexDBD1CB057E171253
Octal333321313057162722123
Binary1101101111010001110010110101111111010111100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD1CB; }

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

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

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

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

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

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

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

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