#DBCDC5

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

Shades of Swiss Coffee #DBCDC5

Tints of Swiss Coffee #DBCDC5

Color information

#DBCDC5 (or 0xDBCDC5) is unknown color: approx Swiss Coffee. HEX triplet: DB, CD and C5. RGB value is (219,205,197). Sum of RGB (Red+Green+Blue) = 219+205+197=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDC5 is #24323A. Grayscale: #D0D0D0. Windows color (decimal): -2372155 or 12963291. OLE color: 12963291.

HSL color Cylindrical-coordinate representation of color #DBCDC5: hue angle of 21.82º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBCDC5 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB219205197-
CMYK00.060.100.14
HSL21.82º23.4%81.57%-
HSV(B)21.82º10.05%85.88%-
XYZ61.1262.7561.71-
YUV208.27121.64135.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.27%
GREEN value IS 205 (80.47% from 255) = 33.01%
BLUE value IS 197 (77.34% from 255) = 31.72%
R=35.27%
G=33.01%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920519700.060.100.1421.8223.481.57
HexDBCDC506AE161752
Octal3333153050612162627122
Binary11011011110011011100010101101010111010110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCDC5; }

 p { color: rgb(219,205,197); }

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

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

 a { background-color: rgb(219,205,197); }

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

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

 span { border-color: rgb(219,205,197); }

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