#E0D8CE

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

Shades of Gallery #E0D8CE

Tints of Gallery #E0D8CE

Color information

#E0D8CE (or 0xE0D8CE) is unknown color: approx Gallery. HEX triplet: E0, D8 and CE. RGB value is (224,216,206). Sum of RGB (Red+Green+Blue) = 224+216+206=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 216 (84.77% from 255 or 33.44% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D8CE is #1F2731. Grayscale: #D9D9D9. Windows color (decimal): -2041650 or 13555936. OLE color: 13555936.

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

Color convert

RGB224216206-
CMYK00.040.080.12
HSL33.33º22.5%84.31%-
HSV(B)33.33º8.04%87.84%-
XYZ66.4469.4268.29-
YUV217.25121.65132.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.67%
GREEN value IS 216 (84.77% from 255) = 33.44%
BLUE value IS 206 (80.86% from 255) = 31.89%
R=34.67%
G=33.44%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421620600.040.080.1233.3322.584.31
HexE0D8CE048C211754
Octal3403303160410144127124
Binary111000001101100011001110010010001100100001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D8CE; }

 p { color: rgb(224,216,206); }

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

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

 a { background-color: rgb(224,216,206); }

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

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

 span { border-color: rgb(224,216,206); }

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