#DCCDC5

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

Shades of Swiss Coffee #DCCDC5

Tints of Swiss Coffee #DCCDC5

Color information

#DCCDC5 (or 0xDCCDC5) is unknown color: approx Swiss Coffee. HEX triplet: DC, CD and C5. RGB value is (220,205,197). Sum of RGB (Red+Green+Blue) = 220+205+197=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDC5 is #23323A. Grayscale: #D0D0D0. Windows color (decimal): -2306619 or 12963292. OLE color: 12963292.

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

Color convert

RGB220205197-
CMYK00.070.100.14
HSL20.87º24.73%81.76%-
HSV(B)20.87º10.45%86.27%-
XYZ61.4262.9161.73-
YUV208.57121.47136.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.37%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 197 (77.34% from 255) = 31.67%
R=35.37%
G=32.96%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020519700.070.100.1420.8724.7381.76
HexDCCDC507AE151952
Octal3343153050712162531122
Binary11011100110011011100010101111010111010101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDC5; }

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

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

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

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

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

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

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

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