#E0DFDF

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

Shades of Gainsboro #E0DFDF

Tints of Gainsboro #E0DFDF

Color information

#E0DFDF (or 0xE0DFDF) is unknown color: approx Gainsboro. HEX triplet: E0, DF and DF. RGB value is (224,223,223). Sum of RGB (Red+Green+Blue) = 224+223+223=670 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.43% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DFDF is #1F2020. Grayscale: #DFDFDF. Windows color (decimal): -2039841 or 14671840. OLE color: 14671840.

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

Color convert

RGB224223223-
CMYK00.000.000.12
HSL1.59%87.65%-
HSV(B)0.45%87.84%-
XYZ70.4573.9580.37-
YUV223.3127.83128.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.43%
GREEN value IS 223 (87.5% from 255) = 33.28%
BLUE value IS 223 (87.5% from 255) = 33.28%
R=33.43%
G=33.28%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422322300.000.000.1201.5987.65
HexE0DFDF000C0258
Octal3403373370001402130
Binary11100000110111111101111100011000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DFDF; }

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

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

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

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

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

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

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

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