#E3DDDD

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

Shades of Gainsboro #E3DDDD

Tints of Gainsboro #E3DDDD

Color information

#E3DDDD (or 0xE3DDDD) is unknown color: approx Gainsboro. HEX triplet: E3, DD and DD. RGB value is (227,221,221). Sum of RGB (Red+Green+Blue) = 227+221+221=669 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.93% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DDDD is #1C2222. Grayscale: #DEDEDE. Windows color (decimal): -1843747 or 14540259. OLE color: 14540259.

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

Color convert

RGB227221221-
CMYK00.030.030.11
HSL9.68%87.84%-
HSV(B)2.64%89.02%-
XYZ70.5973.2678.83-
YUV222.79126.99131-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.93%
GREEN value IS 221 (86.72% from 255) = 33.03%
BLUE value IS 221 (86.72% from 255) = 33.03%
R=33.93%
G=33.03%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22722122100.030.030.1109.6887.84
HexE3DDDD033B0a58
Octal34333533503313012130
Binary111000111101110111011101011111011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DDDD; }

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

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

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

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

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

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

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

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