Html Css Color HEX #E2DEDE Gainsboro

📋 copy color: '#E2DEDE'

red 226 ◦ green 222 ◦ blue 222

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

Shades of Gainsboro #E2DEDE

Tints of Gainsboro #E2DEDE

RGB

 RED value IS 226 (88.67% from 255) = 33.73%

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

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

R = 33.73%
G = 33.13%
B = 33.13%

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

#E2DEDE (or 0xE2DEDE) is known color: Gainsboro. HEX triplet: E2, DE and DE. RGB value is (226,222,222). Sum of RGB (Red+Green+Blue) = 226+222+222=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DEDE is #1D2121. Grayscale: #DFDFDF. Windows color (decimal): -1909026 or 14606050. OLE color: 14606050.

HSL color Cylindrical-coordinate representation of color #E2DEDE: hue angle of 0º degrees, saturation: 0.06, 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 #E2DEDE is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 222 222 -
CMYK 0 0.02 0.02 0.11
HSL 0.06% 0.88% -
HSV(B) 0.02% 0.89% -
XYZ 70.67 73.69 79.61 -
YUV 223.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 226 222 222 0 0.02 0.02 0.11 0 0.06 0.88
Hex E2 DE DE 0 2 2 B 0 6 58
Octal 342 336 336 0 2 2 13 0 6 130
Binary 11100010 11011110 11011110 0 10 10 1011 0 110 1011000

Color Harmonies of #E2DEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DEDE

Black with #E2DEDE

Text Example


Text Example

White with #E2DEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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