#E0D9D0

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

Shades of Gallery #E0D9D0

Tints of Gallery #E0D9D0

Color information

#E0D9D0 (or 0xE0D9D0) is unknown color: approx Gallery. HEX triplet: E0, D9 and D0. RGB value is (224,217,208). Sum of RGB (Red+Green+Blue) = 224+217+208=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 217 (85.16% from 255 or 33.44% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D9D0 is #1F262F. Grayscale: #DADADA. Windows color (decimal): -2041392 or 13687264. OLE color: 13687264.

HSL color Cylindrical-coordinate representation of color #E0D9D0: hue angle of 33.75º degrees, saturation: 0.21, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0D9D0 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB224217208-
CMYK00.030.070.12
HSL33.75º20.51%84.71%-
HSV(B)33.75º7.14%87.84%-
XYZ66.9470.0369.66-
YUV218.07122.32132.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.51%
GREEN value IS 217 (85.16% from 255) = 33.44%
BLUE value IS 208 (81.64% from 255) = 32.05%
R=34.51%
G=33.44%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421720800.030.070.1233.7520.5184.71
HexE0D9D0037C221555
Octal340331320037144225125
Binary1110000011011001110100000111111100100010101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D9D0; }

 p { color: rgb(224,217,208); }

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

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

 a { background-color: rgb(224,217,208); }

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

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

 span { border-color: rgb(224,217,208); }

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