Html Css Color HEX #E3DDDD Gainsboro

📋 copy color: '#E3DDDD'

red 227 ◦ green 221 ◦ blue 221

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

Shades of Gainsboro #E3DDDD

Tints of Gainsboro #E3DDDD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.03%

 BLUE value IS 221 (86.72% from 255) = 33.03%

R = 33.93%
G = 33.03%
B = 33.03%

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

#E3DDDD (or 0xE3DDDD) is known color: Gainsboro. HEX triplet: E3, DD and DD. RGB value is (227,221,221). Sum of RGB (Red+Green+Blue) = 227+221+221=669 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.93% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DDDD is #1C2222. Grayscale: #DEDEDE. Windows color (decimal): -1843747 or 14540259. OLE color: 14540259.

HSL color Cylindrical-coordinate representation of color #E3DDDD: 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 #E3DDDD is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 221 221 -
CMYK 0 0.03 0.03 0.11
HSL 0.1% 0.88% -
HSV(B) 0.03% 0.89% -
XYZ 70.59 73.26 78.83 -
YUV 222.79 126.99 131 -
System Red Green Blue C M Y K H S L
Decimal 227 221 221 0 0.03 0.03 0.11 0 0.1 0.88
Hex E3 DD DD 0 3 3 B 0 A 58
Octal 343 335 335 0 3 3 13 0 12 130
Binary 11100011 11011101 11011101 0 11 11 1011 0 1010 1011000

Color Harmonies of #E3DDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DDDD

Black with #E3DDDD

Text Example


Text Example

White with #E3DDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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