#DCCCC3

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

Shades of Swiss Coffee #DCCCC3

Tints of Swiss Coffee #DCCCC3

Color information

#DCCCC3 (or 0xDCCCC3) is unknown color: approx Swiss Coffee. HEX triplet: DC, CC and C3. RGB value is (220,204,195). Sum of RGB (Red+Green+Blue) = 220+204+195=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCC3 is #23333C. Grayscale: #CFCFCF. Windows color (decimal): -2306877 or 12831964. OLE color: 12831964.

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

Color convert

RGB220204195-
CMYK00.070.110.14
HSL21.6º26.32%81.37%-
HSV(B)21.6º11.36%86.27%-
XYZ60.9662.3460.45-
YUV207.76120.8136.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 204 (80.08% from 255) = 32.96%
BLUE value IS 195 (76.56% from 255) = 31.50%
R=35.54%
G=32.96%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020419500.070.110.1421.626.3281.37
HexDCCCC307BE161a51
Octal3343143030713162632121
Binary11011100110011001100001101111011111010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCC3; }

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

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

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

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

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

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

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

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