Html Css Color HEX #E1DFDF Gainsboro

📋 copy color: '#E1DFDF'

red 225 ◦ green 223 ◦ blue 223

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

Shades of Gainsboro #E1DFDF

Tints of Gainsboro #E1DFDF

RGB

 RED value IS 225 (88.28% from 255) = 33.53%

 GREEN value IS 223 (87.5% from 255) = 33.23%

 BLUE value IS 223 (87.5% 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

#E1DFDF (or 0xE1DFDF) is known color: Gainsboro. HEX triplet: E1, DF and DF. RGB value is (225,223,223). Sum of RGB (Red+Green+Blue) = 225+223+223=671 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.53% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DFDF is #1E2020. Grayscale: #DFDFDF. Windows color (decimal): -1974305 or 14671841. OLE color: 14671841.

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

Color convert

RGB 225 223 223 -
CMYK 0 0.01 0.01 0.12
HSL 0.03% 0.88% -
HSV(B) 0.01% 0.88% -
XYZ 70.76 74.11 80.39 -
YUV 223.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 225 223 223 0 0.01 0.01 0.12 0 0.03 0.88
Hex E1 DF DF 0 1 1 C 0 3 58
Octal 341 337 337 0 1 1 14 0 3 130
Binary 11100001 11011111 11011111 0 1 1 1100 0 11 1011000

Color Harmonies of #E1DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DFDF

Black with #E1DFDF

Text Example


Text Example

White with #E1DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DFDF; }

 p { color: rgb(225,223,223); }

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

background-color css

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

 a { background-color: rgb(225,223,223); }

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

border-color css

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

 span { border-color: rgb(225,223,223); }

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