#E0DBD5

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

Shades of Gallery #E0DBD5

Tints of Gallery #E0DBD5

Color information

#E0DBD5 (or 0xE0DBD5) is unknown color: approx Gallery. HEX triplet: E0, DB and D5. RGB value is (224,219,213). Sum of RGB (Red+Green+Blue) = 224+219+213=656 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.15% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DBD5 is #1F242A. Grayscale: #DBDBDB. Windows color (decimal): -2040875 or 14015456. OLE color: 14015456.

HSL color Cylindrical-coordinate representation of color #E0DBD5: hue angle of 32.73º degrees, saturation: 0.15, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E0DBD5 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB224219213-
CMYK00.020.050.12
HSL32.73º15.07%85.69%-
HSV(B)32.73º4.91%87.84%-
XYZ68.0871.3173.13-
YUV219.81124.16130.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.15%
GREEN value IS 219 (85.94% from 255) = 33.38%
BLUE value IS 213 (83.59% from 255) = 32.47%
R=34.15%
G=33.38%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421921300.020.050.1232.7315.0785.69
HexE0DBD5025C21f56
Octal340333325025144117126
Binary111000001101101111010101010101110010000111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DBD5; }

 p { color: rgb(224,219,213); }

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

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

 a { background-color: rgb(224,219,213); }

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

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

 span { border-color: rgb(224,219,213); }

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