#DED5CC

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

Shades of Gallery #DED5CC

Tints of Gallery #DED5CC

Color information

#DED5CC (or 0xDED5CC) is unknown color: approx Gallery. HEX triplet: DE, D5 and CC. RGB value is (222,213,204). Sum of RGB (Red+Green+Blue) = 222+213+204=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED5CC is #212A33. Grayscale: #D6D6D6. Windows color (decimal): -2173492 or 13424094. OLE color: 13424094.

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

Color convert

RGB222213204-
CMYK00.040.080.13
HSL30º21.43%83.53%-
HSV(B)30º8.11%87.06%-
XYZ64.8267.4866.74-
YUV214.66121.98133.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.74%
GREEN value IS 213 (83.59% from 255) = 33.33%
BLUE value IS 204 (80.08% from 255) = 31.92%
R=34.74%
G=33.33%
B=31.92%

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
Decimal22221320400.040.080.133021.4383.53
HexDED5CC048D1e1554
Octal3363253140410153625124
Binary11011110110101011100110001001000110111110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED5CC; }

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

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

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

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

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

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

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

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