#E2DEDD

Color #E2DEDD Ebb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ebb #E2DEDD

Tints of Ebb #E2DEDD

Color information

#E2DEDD (or 0xE2DEDD) is unknown color: approx Ebb. HEX triplet: E2, DE and DD. RGB value is (226,222,221). Sum of RGB (Red+Green+Blue) = 226+222+221=669 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.78% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DEDD is #1D2122. Grayscale: #DFDFDF. Windows color (decimal): -1909027 or 14540514. OLE color: 14540514.

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

Color convert

RGB226222221-
CMYK00.020.020.11
HSL12º7.94%87.65%-
HSV(B)12º2.21%88.63%-
XYZ70.5473.6378.9-
YUV223.08126.83130.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.78%
GREEN value IS 222 (87.11% from 255) = 33.18%
BLUE value IS 221 (86.72% from 255) = 33.03%
R=33.78%
G=33.18%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622222100.020.020.11127.9487.65
HexE2DEDD022Bc858
Octal342336335022131410130
Binary111000101101111011011101010101011110010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DEDD; }

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

 H1.HeaderClassName
 {
   color: #E2DEDD;
 }
 .AnyTagClassName
 {
   color: #E2DEDD;
 }
</style>
background-color css

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

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

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

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

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

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