#DECEC8

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

Shades of Swiss Coffee #DECEC8

Tints of Swiss Coffee #DECEC8

Color information

#DECEC8 (or 0xDECEC8) is unknown color: approx Swiss Coffee. HEX triplet: DE, CE and C8. RGB value is (222,206,200). Sum of RGB (Red+Green+Blue) = 222+206+200=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 222 - color contains mainly: red. Hex color #DECEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEC8 is #213137. Grayscale: #D2D2D2. Windows color (decimal): -2175288 or 13160158. OLE color: 13160158.

HSL color Cylindrical-coordinate representation of color #DECEC8: hue angle of 16.36º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DECEC8 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB222206200-
CMYK00.070.100.13
HSL16.36º25%82.75%-
HSV(B)16.36º9.91%87.06%-
XYZ62.6263.8463.67-
YUV210.1122.3136.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.35%
GREEN value IS 206 (80.86% from 255) = 32.80%
BLUE value IS 200 (78.52% from 255) = 31.85%
R=35.35%
G=32.80%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220620000.070.100.1316.362582.75
HexDECEC807AD101953
Octal3363163100712152031123
Binary11011110110011101100100001111010110110000110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECEC8; }

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

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

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

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

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

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

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

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