#E0DDDD

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

Shades of Gainsboro #E0DDDD

Tints of Gainsboro #E0DDDD

Color information

#E0DDDD (or 0xE0DDDD) is unknown color: approx Gainsboro. HEX triplet: E0, DD and DD. RGB value is (224,221,221). Sum of RGB (Red+Green+Blue) = 224+221+221=666 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.63% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDDD is #1F2222. Grayscale: #DDDDDD. Windows color (decimal): -2040355 or 14540256. OLE color: 14540256.

HSL color Cylindrical-coordinate representation of color #E0DDDD: hue angle of 0º degrees, saturation: 0.05, 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 #E0DDDD is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB224221221-
CMYK00.010.010.12
HSL4.62%87.25%-
HSV(B)1.34%87.84%-
XYZ69.6572.7878.78-
YUV221.9127.49129.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.63%
GREEN value IS 221 (86.72% from 255) = 33.18%
BLUE value IS 221 (86.72% 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.12
SystemRedGreenBlueCMYKHSL
Decimal22422122100.010.010.1204.6287.25
HexE0DDDD011C0557
Octal3403353350111405127
Binary111000001101110111011101011110001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DDDD; }

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

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

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

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

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

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

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

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