#DCCDC8

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

Shades of Swiss Coffee #DCCDC8

Tints of Swiss Coffee #DCCDC8

Color information

#DCCDC8 (or 0xDCCDC8) is unknown color: approx Swiss Coffee. HEX triplet: DC, CD and C8. RGB value is (220,205,200). Sum of RGB (Red+Green+Blue) = 220+205+200=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDC8 is #233237. Grayscale: #D0D0D0. Windows color (decimal): -2306616 or 13159900. OLE color: 13159900.

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

Color convert

RGB220205200-
CMYK00.070.090.14
HSL15º22.22%82.35%-
HSV(B)15º9.09%86.27%-
XYZ61.7763.0563.56-
YUV208.92122.97135.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.2%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 200 (78.52% from 255) = 32%
R=35.2%
G=32.8%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020520000.070.090.141522.2282.35
HexDCCDC8079Ef1652
Octal3343153100711161726122
Binary1101110011001101110010000111100111101111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDC8; }

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

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

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

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

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

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

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

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