#DED1CC

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

Shades of Swiss Coffee #DED1CC

Tints of Swiss Coffee #DED1CC

Color information

#DED1CC (or 0xDED1CC) is unknown color: approx Swiss Coffee. HEX triplet: DE, D1 and CC. RGB value is (222,209,204). Sum of RGB (Red+Green+Blue) = 222+209+204=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED1CC is #212E33. Grayscale: #D4D4D4. Windows color (decimal): -2174516 or 13423070. OLE color: 13423070.

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

Color convert

RGB222209204-
CMYK00.060.080.13
HSL16.67º21.43%83.53%-
HSV(B)16.67º8.11%87.06%-
XYZ63.8265.4966.4-
YUV212.32123.31134.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 209 (82.03% from 255) = 32.91%
BLUE value IS 204 (80.08% from 255) = 32.13%
R=34.96%
G=32.91%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220920400.060.080.1316.6721.4383.53
HexDED1CC068D111554
Octal3363213140610152125124
Binary11011110110100011100110001101000110110001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED1CC; }

 p { color: rgb(222,209,204); }

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

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

 a { background-color: rgb(222,209,204); }

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

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

 span { border-color: rgb(222,209,204); }

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