#E0D6CC

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

Shades of Gallery #E0D6CC

Tints of Gallery #E0D6CC

Color information

#E0D6CC (or 0xE0D6CC) is unknown color: approx Gallery. HEX triplet: E0, D6 and CC. RGB value is (224,214,204). Sum of RGB (Red+Green+Blue) = 224+214+204=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 214 (83.98% from 255 or 33.33% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D6CC is #1F2933. Grayscale: #D7D7D7. Windows color (decimal): -2042164 or 13424352. OLE color: 13424352.

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

Color convert

RGB224214204-
CMYK00.040.090.12
HSL30º24.39%83.92%-
HSV(B)30º8.93%87.84%-
XYZ65.6968.366.85-
YUV215.85121.31133.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.89%
GREEN value IS 214 (83.98% from 255) = 33.33%
BLUE value IS 204 (80.08% from 255) = 31.78%
R=34.89%
G=33.33%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421420400.040.090.123024.3983.92
HexE0D6CC049C1e1854
Octal3403263140411143630124
Binary11100000110101101100110001001001110011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D6CC; }

 p { color: rgb(224,214,204); }

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

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

 a { background-color: rgb(224,214,204); }

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

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

 span { border-color: rgb(224,214,204); }

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