#DED6CD

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

Shades of Gallery #DED6CD

Tints of Gallery #DED6CD

Color information

#DED6CD (or 0xDED6CD) is unknown color: approx Gallery. HEX triplet: DE, D6 and CD. RGB value is (222,214,205). Sum of RGB (Red+Green+Blue) = 222+214+205=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 222 - color contains mainly: red. Hex color #DED6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED6CD is #212932. Grayscale: #D7D7D7. Windows color (decimal): -2173235 or 13489886. OLE color: 13489886.

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

Color convert

RGB222214205-
CMYK00.040.080.13
HSL31.76º20.48%83.73%-
HSV(B)31.76º7.66%87.06%-
XYZ65.1968.0367.45-
YUV215.37122.15132.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.63%
GREEN value IS 214 (83.98% from 255) = 33.39%
BLUE value IS 205 (80.47% from 255) = 31.98%
R=34.63%
G=33.39%
B=31.98%

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
Decimal22221420500.040.080.1331.7620.4883.73
HexDED6CD048D201454
Octal3363263150410154024124
Binary110111101101011011001101010010001101100000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED6CD; }

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

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

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

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

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

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

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

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