#E2DFDF

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

Shades of Gainsboro #E2DFDF

Tints of Gainsboro #E2DFDF

Color information

#E2DFDF (or 0xE2DFDF) is unknown color: approx Gainsboro. HEX triplet: E2, DF and DF. RGB value is (226,223,223). Sum of RGB (Red+Green+Blue) = 226+223+223=672 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.63% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DFDF is #1D2020. Grayscale: #DFDFDF. Windows color (decimal): -1908769 or 14671842. OLE color: 14671842.

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

Color convert

RGB226223223-
CMYK00.010.010.11
HSL4.92%88.04%-
HSV(B)1.33%88.63%-
XYZ71.0774.2780.4-
YUV223.9127.49129.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.63%
GREEN value IS 223 (87.5% from 255) = 33.18%
BLUE value IS 223 (87.5% from 255) = 33.18%
R=33.63%
G=33.18%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622322300.010.010.1104.9288.04
HexE2DFDF011B0558
Octal3423373370111305130
Binary111000101101111111011111011101101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DFDF; }

 p { color: rgb(226,223,223); }

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

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

 a { background-color: rgb(226,223,223); }

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

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

 span { border-color: rgb(226,223,223); }

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