#DECEC5

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

Shades of Swiss Coffee #DECEC5

Tints of Swiss Coffee #DECEC5

Color information

#DECEC5 (or 0xDECEC5) is unknown color: approx Swiss Coffee. HEX triplet: DE, CE and C5. RGB value is (222,206,197). Sum of RGB (Red+Green+Blue) = 222+206+197=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DECEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEC5 is #21313A. Grayscale: #D1D1D1. Windows color (decimal): -2175291 or 12963550. OLE color: 12963550.

HSL color Cylindrical-coordinate representation of color #DECEC5: hue angle of 21.6º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DECEC5 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB222206197-
CMYK00.070.110.13
HSL21.6º27.47%82.16%-
HSV(B)21.6º11.26%87.06%-
XYZ62.2763.761.84-
YUV209.76120.8136.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.52%
GREEN value IS 206 (80.86% from 255) = 32.96%
BLUE value IS 197 (77.34% from 255) = 31.52%
R=35.52%
G=32.96%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220619700.070.110.1321.627.4782.16
HexDECEC507BD161b52
Octal3363163050713152633122
Binary11011110110011101100010101111011110110110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECEC5; }

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

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

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

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

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

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

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

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