#DED8D0

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

Shades of Gallery #DED8D0

Tints of Gallery #DED8D0

Color information

#DED8D0 (or 0xDED8D0) is unknown color: approx Gallery. HEX triplet: DE, D8 and D0. RGB value is (222,216,208). Sum of RGB (Red+Green+Blue) = 222+216+208=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 216 (84.77% from 255 or 33.44% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED8D0 is #21272F. Grayscale: #D8D8D8. Windows color (decimal): -2172720 or 13687006. OLE color: 13687006.

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

Color convert

RGB222216208-
CMYK00.030.060.13
HSL34.29º17.5%84.31%-
HSV(B)34.29º6.31%87.06%-
XYZ66.0769.269.55-
YUV216.88122.99131.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.37%
GREEN value IS 216 (84.77% from 255) = 33.44%
BLUE value IS 208 (81.64% from 255) = 32.20%
R=34.37%
G=33.44%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221620800.030.060.1334.2917.584.31
HexDED8D0036D221254
Octal336330320036154222124
Binary1101111011011000110100000111101101100010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED8D0; }

 p { color: rgb(222,216,208); }

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

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

 a { background-color: rgb(222,216,208); }

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

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

 span { border-color: rgb(222,216,208); }

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