#DED2CC

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

Shades of Swiss Coffee #DED2CC

Tints of Swiss Coffee #DED2CC

Color information

#DED2CC (or 0xDED2CC) is unknown color: approx Swiss Coffee. HEX triplet: DE, D2 and CC. RGB value is (222,210,204). Sum of RGB (Red+Green+Blue) = 222+210+204=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 222 - color contains mainly: red. Hex color #DED2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED2CC is #212D33. Grayscale: #D4D4D4. Windows color (decimal): -2174260 or 13423326. OLE color: 13423326.

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

Color convert

RGB222210204-
CMYK00.050.080.13
HSL20º21.43%83.53%-
HSV(B)20º8.11%87.06%-
XYZ64.0765.9866.49-
YUV212.9122.98134.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.91%
GREEN value IS 210 (82.42% from 255) = 33.02%
BLUE value IS 204 (80.08% from 255) = 32.08%
R=34.91%
G=33.02%
B=32.08%

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
Decimal22221020400.050.080.132021.4383.53
HexDED2CC058D141554
Octal3363223140510152425124
Binary11011110110100101100110001011000110110100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED2CC; }

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

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

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

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

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

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

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

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