#E5DADA

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

Shades of Gainsboro #E5DADA

Tints of Gainsboro #E5DADA

Color information

#E5DADA (or 0xE5DADA) is unknown color: approx Gainsboro. HEX triplet: E5, DA and DA. RGB value is (229,218,218). Sum of RGB (Red+Green+Blue) = 229+218+218=665 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.44% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DADA is #1A2525. Grayscale: #DDDDDD. Windows color (decimal): -1713446 or 14342885. OLE color: 14342885.

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

Color convert

RGB229218218-
CMYK00.050.050.10
HSL17.46%87.65%-
HSV(B)4.8%89.8%-
XYZ70.0471.8676.51-
YUV221.29126.14133.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.44%
GREEN value IS 218 (85.55% from 255) = 32.78%
BLUE value IS 218 (85.55% from 255) = 32.78%
R=34.44%
G=32.78%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921821800.050.050.10017.4687.65
HexE5DADA055A01158
Octal34533233205512021130
Binary111001011101101011011010010110110100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DADA; }

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

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

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

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

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

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

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

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