Html Css Color HEX #E3DBDB Gainsboro

📋 copy color: '#E3DBDB'

red 227 ◦ green 219 ◦ blue 219

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

Shades of Gainsboro #E3DBDB

Tints of Gainsboro #E3DBDB

RGB

 RED value IS 227 (89.06% from 255) = 34.14%

 GREEN value IS 219 (85.94% from 255) = 32.93%

 BLUE value IS 219 (85.94% from 255) = 32.93%

R = 34.14%
G = 32.93%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E3DBDB (or 0xE3DBDB) is known color: Gainsboro. HEX triplet: E3, DB and DB. RGB value is (227,219,219). Sum of RGB (Red+Green+Blue) = 227+219+219=665 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.14% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DBDB is #1C2424. Grayscale: #DDDDDD. Windows color (decimal): -1844261 or 14408675. OLE color: 14408675.

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

Color convert

RGB 227 219 219 -
CMYK 0 0.04 0.04 0.11
HSL 0.13% 0.87% -
HSV(B) 0.04% 0.89% -
XYZ 69.8 72.11 77.26 -
YUV 221.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 227 219 219 0 0.04 0.04 0.11 0 0.13 0.87
Hex E3 DB DB 0 4 4 B 0 C 57
Octal 343 333 333 0 4 4 13 0 14 127
Binary 11100011 11011011 11011011 0 100 100 1011 0 1100 1010111

Color Harmonies of #E3DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DBDB

Black with #E3DBDB

Text Example


Text Example

White with #E3DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DBDB; }

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

 H1.HeaderClassName
 {
   color: #E3DBDB;
 }
 .AnyTagClassName
 {
   color: #E3DBDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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