#DBD2CC

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

Shades of Swiss Coffee #DBD2CC

Tints of Swiss Coffee #DBD2CC

Color information

#DBD2CC (or 0xDBD2CC) is unknown color: approx Swiss Coffee. HEX triplet: DB, D2 and CC. RGB value is (219,210,204). Sum of RGB (Red+Green+Blue) = 219+210+204=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2CC is #242D33. Grayscale: #D4D4D4. Windows color (decimal): -2370868 or 13423323. OLE color: 13423323.

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

Color convert

RGB219210204-
CMYK00.040.070.14
HSL24º17.24%82.94%-
HSV(B)24º6.85%85.88%-
XYZ63.1665.5166.44-
YUV212.01123.48132.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.60%
GREEN value IS 210 (82.42% from 255) = 33.18%
BLUE value IS 204 (80.08% from 255) = 32.23%
R=34.60%
G=33.18%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921020400.040.070.142417.2482.94
HexDBD2CC047E181153
Octal333322314047163021123
Binary1101101111010010110011000100111111011000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD2CC; }

 p { color: rgb(219,210,204); }

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

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

 a { background-color: rgb(219,210,204); }

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

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

 span { border-color: rgb(219,210,204); }

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