#DED7CD

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

Shades of Gallery #DED7CD

Tints of Gallery #DED7CD

Color information

#DED7CD (or 0xDED7CD) is unknown color: approx Gallery. HEX triplet: DE, D7 and CD. RGB value is (222,215,205). Sum of RGB (Red+Green+Blue) = 222+215+205=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 222 - color contains mainly: red. Hex color #DED7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED7CD is #212832. Grayscale: #D8D8D8. Windows color (decimal): -2172979 or 13490142. OLE color: 13490142.

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

Color convert

RGB222215205-
CMYK00.030.080.13
HSL35.29º20.48%83.73%-
HSV(B)35.29º7.66%87.06%-
XYZ65.4468.5467.54-
YUV215.95121.82132.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.58%
GREEN value IS 215 (84.38% from 255) = 33.49%
BLUE value IS 205 (80.47% from 255) = 31.93%
R=34.58%
G=33.49%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221520500.030.080.1335.2920.4883.73
HexDED7CD038D231454
Octal3363273150310154324124
Binary11011110110101111100110101110001101100011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED7CD; }

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

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

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

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

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

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

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

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