#DBCDC7

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

Shades of Swiss Coffee #DBCDC7

Tints of Swiss Coffee #DBCDC7

Color information

#DBCDC7 (or 0xDBCDC7) is unknown color: approx Swiss Coffee. HEX triplet: DB, CD and C7. RGB value is (219,205,199). Sum of RGB (Red+Green+Blue) = 219+205+199=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDC7 is #243238. Grayscale: #D0D0D0. Windows color (decimal): -2372153 or 13094363. OLE color: 13094363.

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

Color convert

RGB219205199-
CMYK00.060.090.14
HSL18º21.74%81.96%-
HSV(B)18º9.13%85.88%-
XYZ61.3562.8562.93-
YUV208.5122.64135.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.15%
GREEN value IS 205 (80.47% from 255) = 32.91%
BLUE value IS 199 (78.12% from 255) = 31.94%
R=35.15%
G=32.91%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920519900.060.090.141821.7481.96
HexDBCDC7069E121652
Octal3333153070611162226122
Binary11011011110011011100011101101001111010010101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCDC7; }

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

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

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

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

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

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

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

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