#DED5CA

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

Shades of Gallery #DED5CA

Tints of Gallery #DED5CA

Color information

#DED5CA (or 0xDED5CA) is unknown color: approx Gallery. HEX triplet: DE, D5 and CA. RGB value is (222,213,202). Sum of RGB (Red+Green+Blue) = 222+213+202=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED5CA is #212A35. Grayscale: #D6D6D6. Windows color (decimal): -2173494 or 13293022. OLE color: 13293022.

HSL color Cylindrical-coordinate representation of color #DED5CA: hue angle of 33º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DED5CA is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB222213202-
CMYK00.040.090.13
HSL33º23.26%83.14%-
HSV(B)33º9.01%87.06%-
XYZ64.5867.3865.48-
YUV214.44120.98133.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 213 (83.59% from 255) = 33.44%
BLUE value IS 202 (79.30% from 255) = 31.71%
R=34.85%
G=33.44%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221320200.040.090.133323.2683.14
HexDED5CA049D211753
Octal3363253120411154127123
Binary110111101101010111001010010010011101100001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED5CA; }

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

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

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

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

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

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

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

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