#E2DBDB

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

Shades of Gainsboro #E2DBDB

Tints of Gainsboro #E2DBDB

Color information

#E2DBDB (or 0xE2DBDB) is unknown color: approx Gainsboro. HEX triplet: E2, DB and DB. RGB value is (226,219,219). Sum of RGB (Red+Green+Blue) = 226+219+219=664 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.04% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DBDB is #1D2424. Grayscale: #DDDDDD. Windows color (decimal): -1909797 or 14408674. OLE color: 14408674.

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

Color convert

RGB226219219-
CMYK00.030.030.11
HSL10.77%87.25%-
HSV(B)3.1%88.63%-
XYZ69.4871.9577.24-
YUV221.09126.82131.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.04%
GREEN value IS 219 (85.94% from 255) = 32.98%
BLUE value IS 219 (85.94% from 255) = 32.98%
R=34.04%
G=32.98%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621921900.030.030.11010.7787.25
HexE2DBDB033B0b57
Octal34233333303313013127
Binary111000101101101111011011011111011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DBDB; }

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

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

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

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

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

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

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

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