#DCCEC5

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

Shades of Swiss Coffee #DCCEC5

Tints of Swiss Coffee #DCCEC5

Color information

#DCCEC5 (or 0xDCCEC5) is unknown color: approx Swiss Coffee. HEX triplet: DC, CE and C5. RGB value is (220,206,197). Sum of RGB (Red+Green+Blue) = 220+206+197=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEC5 is #23313A. Grayscale: #D1D1D1. Windows color (decimal): -2306363 or 12963548. OLE color: 12963548.

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

Color convert

RGB220206197-
CMYK00.060.100.14
HSL23.48º24.73%81.76%-
HSV(B)23.48º10.45%86.27%-
XYZ61.6663.3961.81-
YUV209.16121.14135.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 206 (80.86% from 255) = 33.07%
BLUE value IS 197 (77.34% from 255) = 31.62%
R=35.31%
G=33.07%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020619700.060.100.1423.4824.7381.76
HexDCCEC506AE171952
Octal3343163050612162731122
Binary11011100110011101100010101101010111010111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCEC5; }

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

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

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

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

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

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

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

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