#DCCDC6

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

Shades of Swiss Coffee #DCCDC6

Tints of Swiss Coffee #DCCDC6

Color information

#DCCDC6 (or 0xDCCDC6) is unknown color: approx Swiss Coffee. HEX triplet: DC, CD and C6. RGB value is (220,205,198). Sum of RGB (Red+Green+Blue) = 220+205+198=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDC6 is #233239. Grayscale: #D0D0D0. Windows color (decimal): -2306618 or 13028828. OLE color: 13028828.

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

Color convert

RGB220205198-
CMYK00.070.10.14
HSL19.09º23.91%81.96%-
HSV(B)19.09º10%86.27%-
XYZ61.5462.9662.33-
YUV208.69121.97136.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 205 (80.47% from 255) = 32.91%
BLUE value IS 198 (77.73% from 255) = 31.78%
R=35.31%
G=32.91%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020519800.070.10.1419.0923.9181.96
HexDCCDC607AE131852
Octal3343153060712162330122
Binary11011100110011011100011001111010111010011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDC6; }

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

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

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

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

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

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

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

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