#E0D7CF

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

Shades of Gallery #E0D7CF

Tints of Gallery #E0D7CF

Color information

#E0D7CF (or 0xE0D7CF) is unknown color: approx Gallery. HEX triplet: E0, D7 and CF. RGB value is (224,215,207). Sum of RGB (Red+Green+Blue) = 224+215+207=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 215 (84.38% from 255 or 33.28% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D7CF is #1F2830. Grayscale: #D8D8D8. Windows color (decimal): -2041905 or 13621216. OLE color: 13621216.

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

Color convert

RGB224215207-
CMYK00.040.080.12
HSL28.24º21.52%84.51%-
HSV(B)28.24º7.59%87.84%-
XYZ66.368.9568.85-
YUV216.78122.48133.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.67%
GREEN value IS 215 (84.38% from 255) = 33.28%
BLUE value IS 207 (81.25% from 255) = 32.04%
R=34.67%
G=33.28%
B=32.04%

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
Decimal22421520700.040.080.1228.2421.5284.51
HexE0D7CF048C1c1655
Octal3403273170410143426125
Binary11100000110101111100111101001000110011100101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D7CF; }

 p { color: rgb(224,215,207); }

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

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

 a { background-color: rgb(224,215,207); }

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

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

 span { border-color: rgb(224,215,207); }

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