#E2DAD2

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

Shades of Gallery #E2DAD2

Tints of Gallery #E2DAD2

Color information

#E2DAD2 (or 0xE2DAD2) is unknown color: approx Gallery. HEX triplet: E2, DA and D2. RGB value is (226,218,210). Sum of RGB (Red+Green+Blue) = 226+218+210=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 210 (82.42% from 255 or 32.11% from 654); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DAD2 is #1D252D. Grayscale: #DBDBDB. Windows color (decimal): -1910062 or 13818594. OLE color: 13818594.

HSL color Cylindrical-coordinate representation of color #E2DAD2: hue angle of 30º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E2DAD2 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB226218210-
CMYK00.040.070.11
HSL30º21.62%85.49%-
HSV(B)30º7.08%88.63%-
XYZ68.0770.9671.08-
YUV219.48122.65132.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.56%
GREEN value IS 218 (85.55% from 255) = 33.33%
BLUE value IS 210 (82.42% from 255) = 32.11%
R=34.56%
G=33.33%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621821000.040.070.113021.6285.49
HexE2DAD2047B1e1655
Octal342332322047133626125
Binary1110001011011010110100100100111101111110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DAD2; }

 p { color: rgb(226,218,210); }

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

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

 a { background-color: rgb(226,218,210); }

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

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

 span { border-color: rgb(226,218,210); }

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