#E5DFDF

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

Shades of Gainsboro #E5DFDF

Tints of Gainsboro #E5DFDF

Color information

#E5DFDF (or 0xE5DFDF) is unknown color: approx Gainsboro. HEX triplet: E5, DF and DF. RGB value is (229,223,223). Sum of RGB (Red+Green+Blue) = 229+223+223=675 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.93% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DFDF is #1A2020. Grayscale: #E0E0E0. Windows color (decimal): -1712161 or 14671845. OLE color: 14671845.

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

Color convert

RGB229223223-
CMYK00.030.030.10
HSL10.34%88.63%-
HSV(B)2.62%89.8%-
XYZ72.0274.7680.45-
YUV224.79126.99131-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.93%
GREEN value IS 223 (87.5% from 255) = 33.04%
BLUE value IS 223 (87.5% from 255) = 33.04%
R=33.93%
G=33.04%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922322300.030.030.10010.3488.63
HexE5DFDF033A0a59
Octal34533733703312012131
Binary111001011101111111011111011111010010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DFDF; }

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

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

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

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

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

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

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

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