Html Css Color HEX #E3DEDE Gainsboro

📋 copy color: '#E3DEDE'

red 227 ◦ green 222 ◦ blue 222

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

Shades of Gainsboro #E3DEDE

Tints of Gainsboro #E3DEDE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.08%

 BLUE value IS 222 (87.11% from 255) = 33.08%

R = 33.83%
G = 33.08%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E3DEDE (or 0xE3DEDE) is known color: Gainsboro. HEX triplet: E3, DE and DE. RGB value is (227,222,222). Sum of RGB (Red+Green+Blue) = 227+222+222=671 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.83% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DEDE is #1C2121. Grayscale: #DFDFDF. Windows color (decimal): -1843490 or 14606051. OLE color: 14606051.

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

Color convert

RGB 227 222 222 -
CMYK 0 0.02 0.02 0.11
HSL 0.08% 0.88% -
HSV(B) 0.02% 0.89% -
XYZ 70.98 73.85 79.62 -
YUV 223.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 227 222 222 0 0.02 0.02 0.11 0 0.08 0.88
Hex E3 DE DE 0 2 2 B 0 8 58
Octal 343 336 336 0 2 2 13 0 10 130
Binary 11100011 11011110 11011110 0 10 10 1011 0 1000 1011000

Color Harmonies of #E3DEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DEDE

Black with #E3DEDE

Text Example


Text Example

White with #E3DEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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