#E3DCDC

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

Shades of Gainsboro #E3DCDC

Tints of Gainsboro #E3DCDC

Color information

#E3DCDC (or 0xE3DCDC) is unknown color: approx Gainsboro. HEX triplet: E3, DC and DC. RGB value is (227,220,220). Sum of RGB (Red+Green+Blue) = 227+220+220=667 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.03% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DCDC is #1C2323. Grayscale: #DEDEDE. Windows color (decimal): -1844004 or 14474467. OLE color: 14474467.

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

Color convert

RGB227220220-
CMYK00.030.030.11
HSL11.11%87.65%-
HSV(B)3.08%89.02%-
XYZ70.1972.6878.04-
YUV222.09126.82131.5-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.03%
GREEN value IS 220 (86.33% from 255) = 32.98%
BLUE value IS 220 (86.33% from 255) = 32.98%
R=34.03%
G=32.98%
B=32.98%

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
Decimal22722022000.030.030.11011.1187.65
HexE3DCDC033B0b58
Octal34333433403313013130
Binary111000111101110011011100011111011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DCDC; }

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

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

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

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

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

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

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

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