#DED2CD

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

Shades of Swiss Coffee #DED2CD

Tints of Swiss Coffee #DED2CD

Color information

#DED2CD (or 0xDED2CD) is unknown color: approx Swiss Coffee. HEX triplet: DE, D2 and CD. RGB value is (222,210,205). Sum of RGB (Red+Green+Blue) = 222+210+205=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 222 - color contains mainly: red. Hex color #DED2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED2CD is #212D32. Grayscale: #D5D5D5. Windows color (decimal): -2174259 or 13488862. OLE color: 13488862.

HSL color Cylindrical-coordinate representation of color #DED2CD: hue angle of 17.65º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DED2CD is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB222210205-
CMYK00.050.080.13
HSL17.65º20.48%83.73%-
HSV(B)17.65º7.66%87.06%-
XYZ64.1966.0367.12-
YUV213.02123.48134.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 210 (82.42% from 255) = 32.97%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=34.85%
G=32.97%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221020500.050.080.1317.6520.4883.73
HexDED2CD058D121454
Octal3363223150510152224124
Binary11011110110100101100110101011000110110010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED2CD; }

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

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

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

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

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

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

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

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