#DECDC6

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

Shades of Swiss Coffee #DECDC6

Tints of Swiss Coffee #DECDC6

Color information

#DECDC6 (or 0xDECDC6) is unknown color: approx Swiss Coffee. HEX triplet: DE, CD and C6. RGB value is (222,205,198). Sum of RGB (Red+Green+Blue) = 222+205+198=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDC6 is #213239. Grayscale: #D1D1D1. Windows color (decimal): -2175546 or 13028830. OLE color: 13028830.

HSL color Cylindrical-coordinate representation of color #DECDC6: hue angle of 17.5º 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 #DECDC6 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB222205198-
CMYK00.080.110.13
HSL17.5º26.67%82.35%-
HSV(B)17.5º10.81%87.06%-
XYZ62.1563.2762.36-
YUV209.28121.63137.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.52%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 198 (77.73% from 255) = 31.68%
R=35.52%
G=32.8%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220519800.080.110.1317.526.6782.35
HexDECDC608BD121b52
Octal33631530601013152233122
Binary110111101100110111000110010001011110110010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECDC6; }

 p { color: rgb(222,205,198); }

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

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

 a { background-color: rgb(222,205,198); }

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

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

 span { border-color: rgb(222,205,198); }

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