#DED5CD

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

Shades of Gallery #DED5CD

Tints of Gallery #DED5CD

Color information

#DED5CD (or 0xDED5CD) is unknown color: approx Gallery. HEX triplet: DE, D5 and CD. RGB value is (222,213,205). Sum of RGB (Red+Green+Blue) = 222+213+205=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED5CD is #212A32. Grayscale: #D6D6D6. Windows color (decimal): -2173491 or 13489630. OLE color: 13489630.

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

Color convert

RGB222213205-
CMYK00.040.080.13
HSL28.24º20.48%83.73%-
HSV(B)28.24º7.66%87.06%-
XYZ64.9467.5367.37-
YUV214.78122.48133.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.69%
GREEN value IS 213 (83.59% from 255) = 33.28%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=34.69%
G=33.28%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221320500.040.080.1328.2420.4883.73
HexDED5CD048D1c1454
Octal3363253150410153424124
Binary11011110110101011100110101001000110111100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED5CD; }

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

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

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

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

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

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

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

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