#DBCBC2

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

Shades of Swiss Coffee #DBCBC2

Tints of Swiss Coffee #DBCBC2

Color information

#DBCBC2 (or 0xDBCBC2) is unknown color: approx Swiss Coffee. HEX triplet: DB, CB and C2. RGB value is (219,203,194). Sum of RGB (Red+Green+Blue) = 219+203+194=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBC2 is #24343D. Grayscale: #CECECE. Windows color (decimal): -2372670 or 12766171. OLE color: 12766171.

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

Color convert

RGB219203194-
CMYK00.070.110.14
HSL21.6º25.77%80.98%-
HSV(B)21.6º11.42%85.88%-
XYZ60.3161.6759.76-
YUV206.76120.8136.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.55%
GREEN value IS 203 (79.69% from 255) = 32.95%
BLUE value IS 194 (76.17% from 255) = 31.49%
R=35.55%
G=32.95%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920319400.070.110.1421.625.7780.98
HexDBCBC207BE161a51
Octal3333133020713162632121
Binary11011011110010111100001001111011111010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCBC2; }

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

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

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

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

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

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

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

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