#E1DADA

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

Shades of Gainsboro #E1DADA

Tints of Gainsboro #E1DADA

Color information

#E1DADA (or 0xE1DADA) is unknown color: approx Gainsboro. HEX triplet: E1, DA and DA. RGB value is (225,218,218). Sum of RGB (Red+Green+Blue) = 225+218+218=661 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.04% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DADA is #1E2525. Grayscale: #DCDCDC. Windows color (decimal): -1975590 or 14342881. OLE color: 14342881.

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

Color convert

RGB225218218-
CMYK00.030.030.12
HSL10.45%86.86%-
HSV(B)3.11%88.24%-
XYZ68.7871.2176.45-
YUV220.09126.82131.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.04%
GREEN value IS 218 (85.55% from 255) = 32.98%
BLUE value IS 218 (85.55% from 255) = 32.98%
R=34.04%
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.12
SystemRedGreenBlueCMYKHSL
Decimal22521821800.030.030.12010.4586.86
HexE1DADA033C0a57
Octal34133233203314012127
Binary111000011101101011011010011111100010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DADA; }

 p { color: rgb(225,218,218); }

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

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

 a { background-color: rgb(225,218,218); }

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

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

 span { border-color: rgb(225,218,218); }

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