#DBCDC8

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

Shades of Swiss Coffee #DBCDC8

Tints of Swiss Coffee #DBCDC8

Color information

#DBCDC8 (or 0xDBCDC8) is unknown color: approx Swiss Coffee. HEX triplet: DB, CD and C8. RGB value is (219,205,200). Sum of RGB (Red+Green+Blue) = 219+205+200=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDC8 is #243237. Grayscale: #D0D0D0. Windows color (decimal): -2372152 or 13159899. OLE color: 13159899.

HSL color Cylindrical-coordinate representation of color #DBCDC8: hue angle of 15.79º degrees, saturation: 0.21, 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 #DBCDC8 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB219205200-
CMYK00.060.090.14
HSL15.79º20.88%82.16%-
HSV(B)15.79º8.68%85.88%-
XYZ61.4762.8963.54-
YUV208.62123.14135.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.10%
GREEN value IS 205 (80.47% from 255) = 32.85%
BLUE value IS 200 (78.52% from 255) = 32.05%
R=35.10%
G=32.85%
B=32.05%

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
Decimal21920520000.060.090.1415.7920.8882.16
HexDBCDC8069E101552
Octal3333153100611162025122
Binary11011011110011011100100001101001111010000101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCDC8; }

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

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

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

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

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

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

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

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