#E2D7CD

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

Shades of Gallery #E2D7CD

Tints of Gallery #E2D7CD

Color information

#E2D7CD (or 0xE2D7CD) is unknown color: approx Gallery. HEX triplet: E2, D7 and CD. RGB value is (226,215,205). Sum of RGB (Red+Green+Blue) = 226+215+205=646 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.98% from 646); Green value is 215 (84.38% from 255 or 33.28% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D7CD is #1D2832. Grayscale: #D9D9D9. Windows color (decimal): -1910835 or 13490146. OLE color: 13490146.

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

Color convert

RGB226215205-
CMYK00.050.090.11
HSL28.57º26.58%84.51%-
HSV(B)28.57º9.29%88.63%-
XYZ66.6869.1867.6-
YUV217.15121.14134.31-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.98%
GREEN value IS 215 (84.38% from 255) = 33.28%
BLUE value IS 205 (80.47% from 255) = 31.73%
R=34.98%
G=33.28%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621520500.050.090.1128.5726.5884.51
HexE2D7CD059B1d1b55
Octal3423273150511133533125
Binary11100010110101111100110101011001101111101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D7CD; }

 p { color: rgb(226,215,205); }

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

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

 a { background-color: rgb(226,215,205); }

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

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

 span { border-color: rgb(226,215,205); }

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