#DBCDC4

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

Shades of Swiss Coffee #DBCDC4

Tints of Swiss Coffee #DBCDC4

Color information

#DBCDC4 (or 0xDBCDC4) is unknown color: approx Swiss Coffee. HEX triplet: DB, CD and C4. RGB value is (219,205,196). Sum of RGB (Red+Green+Blue) = 219+205+196=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDC4 is #24323B. Grayscale: #D0D0D0. Windows color (decimal): -2372156 or 12897755. OLE color: 12897755.

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

Color convert

RGB219205196-
CMYK00.060.110.14
HSL23.48º24.21%81.37%-
HSV(B)23.48º10.5%85.88%-
XYZ61.0162.7161.11-
YUV208.16121.14135.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.32%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 196 (76.95% from 255) = 31.61%
R=35.32%
G=33.06%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920519600.060.110.1423.4824.2181.37
HexDBCDC406BE171851
Octal3333153040613162730121
Binary11011011110011011100010001101011111010111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCDC4; }

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

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

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

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

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

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

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

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