#E4DADA

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

Shades of Gainsboro #E4DADA

Tints of Gainsboro #E4DADA

Color information

#E4DADA (or 0xE4DADA) is unknown color: approx Gainsboro. HEX triplet: E4, DA and DA. RGB value is (228,218,218). Sum of RGB (Red+Green+Blue) = 228+218+218=664 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.34% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DADA is #1B2525. Grayscale: #DCDCDC. Windows color (decimal): -1778982 or 14342884. OLE color: 14342884.

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

Color convert

RGB228218218-
CMYK00.040.040.11
HSL15.63%87.45%-
HSV(B)4.39%89.41%-
XYZ69.7271.776.49-
YUV220.99126.31133-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.34%
GREEN value IS 218 (85.55% from 255) = 32.83%
BLUE value IS 218 (85.55% from 255) = 32.83%
R=34.34%
G=32.83%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22821821800.040.040.11015.6387.45
HexE4DADA044B01057
Octal34433233204413020127
Binary111001001101101011011010010010010110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DADA; }

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

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

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

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

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

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

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

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