#E2D9CF

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

Shades of Gallery #E2D9CF

Tints of Gallery #E2D9CF

Color information

#E2D9CF (or 0xE2D9CF) is unknown color: approx Gallery. HEX triplet: E2, D9 and CF. RGB value is (226,217,207). Sum of RGB (Red+Green+Blue) = 226+217+207=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 217 (85.16% from 255 or 33.38% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D9CF is #1D2630. Grayscale: #DADADA. Windows color (decimal): -1910321 or 13621730. OLE color: 13621730.

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

Color convert

RGB226217207-
CMYK00.040.080.11
HSL31.58º24.68%84.9%-
HSV(B)31.58º8.41%88.63%-
XYZ67.4470.369.05-
YUV218.55121.48133.31-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.77%
GREEN value IS 217 (85.16% from 255) = 33.38%
BLUE value IS 207 (81.25% from 255) = 31.85%
R=34.77%
G=33.38%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621720700.040.080.1131.5824.6884.9
HexE2D9CF048B201955
Octal3423313170410134031125
Binary111000101101100111001111010010001011100000110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D9CF; }

 p { color: rgb(226,217,207); }

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

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

 a { background-color: rgb(226,217,207); }

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

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

 span { border-color: rgb(226,217,207); }

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