#E0D6CB

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

Shades of Gallery #E0D6CB

Tints of Gallery #E0D6CB

Color information

#E0D6CB (or 0xE0D6CB) is unknown color: approx Gallery. HEX triplet: E0, D6 and CB. RGB value is (224,214,203). Sum of RGB (Red+Green+Blue) = 224+214+203=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D6CB is #1F2934. Grayscale: #D7D7D7. Windows color (decimal): -2042165 or 13358816. OLE color: 13358816.

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

Color convert

RGB224214203-
CMYK00.040.090.12
HSL31.43º25.3%83.73%-
HSV(B)31.43º9.38%87.84%-
XYZ65.5768.2566.22-
YUV215.74120.81133.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.95%
GREEN value IS 214 (83.98% from 255) = 33.39%
BLUE value IS 203 (79.69% from 255) = 31.67%
R=34.95%
G=33.39%
B=31.67%

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
Decimal22421420300.040.090.1231.4325.383.73
HexE0D6CB049C1f1954
Octal3403263130411143731124
Binary11100000110101101100101101001001110011111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D6CB; }

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

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

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

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

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

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

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

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