Html Css Color HEX #E5DBDB Gainsboro

📋 copy color: '#E5DBDB'

red 229 ◦ green 219 ◦ blue 219

#E5DBDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gainsboro #E5DBDB

Tints of Gainsboro #E5DBDB

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 value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E5DBDB (or 0xE5DBDB) is known color: 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

RGB 229 219 219 -
CMYK 0 0.04 0.04 0.10
HSL 0.16% 0.88% -
HSV(B) 0.04% 0.9% -
XYZ 70.43 72.44 77.29 -
YUV 221.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 229 219 219 0 0.04 0.04 0.10 0 0.16 0.88
Hex E5 DB DB 0 4 4 A 0 10 58
Octal 345 333 333 0 4 4 12 0 20 130
Binary 11100101 11011011 11011011 0 100 100 1010 0 10000 1011000

Color Harmonies of #E5DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DBDB

Black with #E5DBDB

Text Example


Text Example

White with #E5DBDB

Text Example


Text Example

HTML Codes & Css Web 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>