#E1D7CA

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

Shades of Gallery #E1D7CA

Tints of Gallery #E1D7CA

Color information

#E1D7CA (or 0xE1D7CA) is unknown color: approx Gallery. HEX triplet: E1, D7 and CA. RGB value is (225,215,202). Sum of RGB (Red+Green+Blue) = 225+215+202=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D7CA is #1E2835. Grayscale: #D8D8D8. Windows color (decimal): -1976374 or 13293537. OLE color: 13293537.

HSL color Cylindrical-coordinate representation of color #E1D7CA: hue angle of 33.91º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1D7CA is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225215202-
CMYK00.040.100.12
HSL33.91º27.71%83.73%-
HSV(B)33.91º10.22%88.24%-
XYZ66.0168.8765.69-
YUV216.51119.81134.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.05%
GREEN value IS 215 (84.38% from 255) = 33.49%
BLUE value IS 202 (79.30% from 255) = 31.46%
R=35.05%
G=33.49%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521520200.040.100.1233.9127.7183.73
HexE1D7CA04AC221c54
Octal3413273120412144234124
Binary111000011101011111001010010010101100100010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D7CA; }

 p { color: rgb(225,215,202); }

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

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

 a { background-color: rgb(225,215,202); }

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

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

 span { border-color: rgb(225,215,202); }

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