#E5DACE

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

Shades of Gallery #E5DACE

Tints of Gallery #E5DACE

Color information

#E5DACE (or 0xE5DACE) is unknown color: approx Gallery. HEX triplet: E5, DA and CE. RGB value is (229,218,206). Sum of RGB (Red+Green+Blue) = 229+218+206=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DACE is #1A2531. Grayscale: #DBDBDB. Windows color (decimal): -1713458 or 13556453. OLE color: 13556453.

HSL color Cylindrical-coordinate representation of color #E5DACE: hue angle of 31.3º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5DACE is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB229218206-
CMYK00.050.100.10
HSL31.3º30.67%85.29%-
HSV(B)31.3º10.04%89.8%-
XYZ68.5371.2668.53-
YUV219.92120.14134.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.07%
GREEN value IS 218 (85.55% from 255) = 33.38%
BLUE value IS 206 (80.86% from 255) = 31.55%
R=35.07%
G=33.38%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921820600.050.100.1031.330.6785.29
HexE5DACE05AA1f1f55
Octal3453323160512123737125
Binary11100101110110101100111001011010101011111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DACE; }

 p { color: rgb(229,218,206); }

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

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

 a { background-color: rgb(229,218,206); }

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

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

 span { border-color: rgb(229,218,206); }

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