#E5DEDE

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

Shades of Gainsboro #E5DEDE

Tints of Gainsboro #E5DEDE

Color information

#E5DEDE (or 0xE5DEDE) is unknown color: approx Gainsboro. HEX triplet: E5, DE and DE. RGB value is (229,222,222). Sum of RGB (Red+Green+Blue) = 229+222+222=673 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.03% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DEDE is #1A2121. Grayscale: #E0E0E0. Windows color (decimal): -1712418 or 14606053. OLE color: 14606053.

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

Color convert

RGB229222222-
CMYK00.030.030.10
HSL11.86%88.43%-
HSV(B)3.06%89.8%-
XYZ71.6274.1779.65-
YUV224.09126.82131.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.03%
GREEN value IS 222 (87.11% from 255) = 32.99%
BLUE value IS 222 (87.11% from 255) = 32.99%
R=34.03%
G=32.99%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922222200.030.030.10011.8688.43
HexE5DEDE033A0c58
Octal34533633603312014130
Binary111001011101111011011110011111010011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DEDE; }

 p { color: rgb(229,222,222); }

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

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

 a { background-color: rgb(229,222,222); }

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

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

 span { border-color: rgb(229,222,222); }

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