#DCCCC7

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

Shades of Swiss Coffee #DCCCC7

Tints of Swiss Coffee #DCCCC7

Color information

#DCCCC7 (or 0xDCCCC7) is unknown color: approx Swiss Coffee. HEX triplet: DC, CC and C7. RGB value is (220,204,199). Sum of RGB (Red+Green+Blue) = 220+204+199=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCC7 is #233338. Grayscale: #D0D0D0. Windows color (decimal): -2306873 or 13094108. OLE color: 13094108.

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

Color convert

RGB220204199-
CMYK00.070.100.14
HSL14.29º23.08%82.16%-
HSV(B)14.29º9.55%86.27%-
XYZ61.4262.5262.86-
YUV208.21122.8136.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 199 (78.12% from 255) = 31.94%
R=35.31%
G=32.74%
B=31.94%

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
Decimal22020419900.070.100.1414.2923.0882.16
HexDCCCC707AEe1752
Octal3343143070712161627122
Binary1101110011001100110001110111101011101110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCC7; }

 p { color: rgb(220,204,199); }

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

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

 a { background-color: rgb(220,204,199); }

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

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

 span { border-color: rgb(220,204,199); }

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