Html Css Color HEX #E4DEDE Gainsboro

📋 copy color: '#E4DEDE'

red 228 ◦ green 222 ◦ blue 222

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

Shades of Gainsboro #E4DEDE

Tints of Gainsboro #E4DEDE

RGB

 RED value IS 228 (89.45% from 255) = 33.93%

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

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

R = 33.93%
G = 33.04%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E4DEDE (or 0xE4DEDE) is known color: Gainsboro. HEX triplet: E4, DE and DE. RGB value is (228,222,222). Sum of RGB (Red+Green+Blue) = 228+222+222=672 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.93% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DEDE is #1B2121. Grayscale: #DFDFDF. Windows color (decimal): -1777954 or 14606052. OLE color: 14606052.

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

Color convert

RGB 228 222 222 -
CMYK 0 0.03 0.03 0.11
HSL 0.1% 0.88% -
HSV(B) 0.03% 0.89% -
XYZ 71.3 74.01 79.63 -
YUV 223.79 126.99 131 -
System Red Green Blue C M Y K H S L
Decimal 228 222 222 0 0.03 0.03 0.11 0 0.1 0.88
Hex E4 DE DE 0 3 3 B 0 A 58
Octal 344 336 336 0 3 3 13 0 12 130
Binary 11100100 11011110 11011110 0 11 11 1011 0 1010 1011000

Color Harmonies of #E4DEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DEDE

Black with #E4DEDE

Text Example


Text Example

White with #E4DEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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