#E1DBDB

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

Shades of Gainsboro #E1DBDB

Tints of Gainsboro #E1DBDB

Color information

#E1DBDB (or 0xE1DBDB) is unknown color: approx Gainsboro. HEX triplet: E1, DB and DB. RGB value is (225,219,219). Sum of RGB (Red+Green+Blue) = 225+219+219=663 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.94% from 663); Green value is 219 (85.94% from 255 or 33.03% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DBDB is #1E2424. Grayscale: #DCDCDC. Windows color (decimal): -1975333 or 14408673. OLE color: 14408673.

HSL color Cylindrical-coordinate representation of color #E1DBDB: hue angle of 0º degrees, saturation: 0.09, 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 #E1DBDB is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB225219219-
CMYK00.030.030.12
HSL9.09%87.06%-
HSV(B)2.67%88.24%-
XYZ69.1771.7977.23-
YUV220.79126.99131-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.94%
GREEN value IS 219 (85.94% from 255) = 33.03%
BLUE value IS 219 (85.94% from 255) = 33.03%
R=33.94%
G=33.03%
B=33.03%

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
Decimal22521921900.030.030.1209.0987.06
HexE1DBDB033C0957
Octal34133333303314011127
Binary111000011101101111011011011111100010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DBDB; }

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

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

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

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

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

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

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

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