#E5DBDB

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

Shades of Gainsboro #E5DBDB

Tints of Gainsboro #E5DBDB

Color information

#E5DBDB (or 0xE5DBDB) is unknown color: approx Gainsboro. HEX triplet: E5, DB and DB. RGB value is (229,219,219). Sum of RGB (Red+Green+Blue) = 229+219+219=667 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.33% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DBDB is #1A2424. Grayscale: #DDDDDD. Windows color (decimal): -1713189 or 14408677. OLE color: 14408677.

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

Color convert

RGB229219219-
CMYK00.040.040.10
HSL16.13%87.84%-
HSV(B)4.37%89.8%-
XYZ70.4372.4477.29-
YUV221.99126.31133-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.33%
GREEN value IS 219 (85.94% from 255) = 32.83%
BLUE value IS 219 (85.94% from 255) = 32.83%
R=34.33%
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.10
SystemRedGreenBlueCMYKHSL
Decimal22921921900.040.040.10016.1387.84
HexE5DBDB044A01058
Octal34533333304412020130
Binary111001011101101111011011010010010100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DBDB; }

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

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

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

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

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

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

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

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