#E0D8CD

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

Shades of Gallery #E0D8CD

Tints of Gallery #E0D8CD

Color information

#E0D8CD (or 0xE0D8CD) is unknown color: approx Gallery. HEX triplet: E0, D8 and CD. RGB value is (224,216,205). Sum of RGB (Red+Green+Blue) = 224+216+205=645 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.73% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D8CD is #1F2732. Grayscale: #D9D9D9. Windows color (decimal): -2041651 or 13490400. OLE color: 13490400.

HSL color Cylindrical-coordinate representation of color #E0D8CD: hue angle of 34.74º 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 #E0D8CD is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB224216205-
CMYK00.040.080.12
HSL34.74º23.46%84.12%-
HSV(B)34.74º8.48%87.84%-
XYZ66.3269.3767.65-
YUV217.14121.15132.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.73%
GREEN value IS 216 (84.77% from 255) = 33.49%
BLUE value IS 205 (80.47% from 255) = 31.78%
R=34.73%
G=33.49%
B=31.78%

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
Decimal22421620500.040.080.1234.7423.4684.12
HexE0D8CD048C231754
Octal3403303150410144327124
Binary111000001101100011001101010010001100100011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D8CD; }

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

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

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

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

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

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

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

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