#E0DEDE

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

Shades of Gainsboro #E0DEDE

Tints of Gainsboro #E0DEDE

Color information

#E0DEDE (or 0xE0DEDE) is unknown color: approx Gainsboro. HEX triplet: E0, DE and DE. RGB value is (224,222,222). Sum of RGB (Red+Green+Blue) = 224+222+222=668 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.53% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DEDE is #1F2121. Grayscale: #DEDEDE. Windows color (decimal): -2040098 or 14606048. OLE color: 14606048.

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

Color convert

RGB224222222-
CMYK00.010.010.12
HSL3.13%87.45%-
HSV(B)0.89%87.84%-
XYZ70.0573.3679.58-
YUV222.6127.66129-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.53%
GREEN value IS 222 (87.11% from 255) = 33.23%
BLUE value IS 222 (87.11% from 255) = 33.23%
R=33.53%
G=33.23%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422222200.010.010.1203.1387.45
HexE0DEDE011C0357
Octal3403363360111403127
Binary11100000110111101101111001111000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DEDE; }

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

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

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

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

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

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

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

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