#E0DBDB

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

Shades of Gainsboro #E0DBDB

Tints of Gainsboro #E0DBDB

Color information

#E0DBDB (or 0xE0DBDB) is unknown color: approx Gainsboro. HEX triplet: E0, DB and DB. RGB value is (224,219,219). Sum of RGB (Red+Green+Blue) = 224+219+219=662 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.84% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DBDB is #1F2424. Grayscale: #DCDCDC. Windows color (decimal): -2040869 or 14408672. OLE color: 14408672.

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

Color convert

RGB224219219-
CMYK00.020.020.12
HSL7.46%86.86%-
HSV(B)2.23%87.84%-
XYZ68.8671.6277.21-
YUV220.5127.16130.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.84%
GREEN value IS 219 (85.94% from 255) = 33.08%
BLUE value IS 219 (85.94% from 255) = 33.08%
R=33.84%
G=33.08%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421921900.020.020.1207.4686.86
HexE0DBDB022C0757
Octal3403333330221407127
Binary11100000110110111101101101010110001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DBDB; }

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

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

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

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

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

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

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

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