Html Css Color HEX #E0DEDE Gainsboro

📋 copy color: '#E0DEDE'

red 224 ◦ green 222 ◦ blue 222

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

Shades of Gainsboro #E0DEDE

Tints of Gainsboro #E0DEDE

RGB

 RED value IS 224 (87.89% from 255) = 33.53%

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

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

R = 33.53%
G = 33.23%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E0DEDE (or 0xE0DEDE) is known color: Gainsboro. HEX triplet: E0, DE and DE. RGB value is (224,222,222). Sum of RGB (Red+Green+Blue) = 224+222+222=668 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.53% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DEDE is #1F2121. Grayscale: #DEDEDE. Windows color (decimal): -2040098 or 14606048. OLE color: 14606048.

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

Color convert

RGB 224 222 222 -
CMYK 0 0.01 0.01 0.12
HSL 0.03% 0.87% -
HSV(B) 0.01% 0.88% -
XYZ 70.05 73.36 79.58 -
YUV 222.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 224 222 222 0 0.01 0.01 0.12 0 0.03 0.87
Hex E0 DE DE 0 1 1 C 0 3 57
Octal 340 336 336 0 1 1 14 0 3 127
Binary 11100000 11011110 11011110 0 1 1 1100 0 11 1010111

Color Harmonies of #E0DEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DEDE

Black with #E0DEDE

Text Example


Text Example

White with #E0DEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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