#DECDC7

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

Shades of Swiss Coffee #DECDC7

Tints of Swiss Coffee #DECDC7

Color information

#DECDC7 (or 0xDECDC7) is unknown color: approx Swiss Coffee. HEX triplet: DE, CD and C7. RGB value is (222,205,199). Sum of RGB (Red+Green+Blue) = 222+205+199=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDC7 is #213238. Grayscale: #D1D1D1. Windows color (decimal): -2175545 or 13094366. OLE color: 13094366.

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

Color convert

RGB222205199-
CMYK00.080.100.13
HSL15.65º25.84%82.55%-
HSV(B)15.65º10.36%87.06%-
XYZ62.2663.3262.97-
YUV209.4122.13136.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.46%
GREEN value IS 205 (80.47% from 255) = 32.75%
BLUE value IS 199 (78.12% from 255) = 31.79%
R=35.46%
G=32.75%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220519900.080.100.1315.6525.8482.55
HexDECDC708AD101a53
Octal33631530701012152032123
Binary110111101100110111000111010001010110110000110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECDC7; }

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

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

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

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

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

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

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

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