#E5DEDC

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

Shades of Ebb #E5DEDC

Tints of Ebb #E5DEDC

Color information

#E5DEDC (or 0xE5DEDC) is unknown color: approx Ebb. HEX triplet: E5, DE and DC. RGB value is (229,222,220). Sum of RGB (Red+Green+Blue) = 229+222+220=671 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.13% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DEDC is #1A2123. Grayscale: #DFDFDF. Windows color (decimal): -1712420 or 14474981. OLE color: 14474981.

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

Color convert

RGB229222220-
CMYK00.030.040.10
HSL13.33º14.75%88.04%-
HSV(B)13.33º3.93%89.8%-
XYZ71.3574.0778.25-
YUV223.86125.82131.66-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.13%
GREEN value IS 222 (87.11% from 255) = 33.08%
BLUE value IS 220 (86.33% from 255) = 32.79%
R=34.13%
G=33.08%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922222000.030.040.1013.3314.7588.04
HexE5DEDC034Adf58
Octal345336334034121517130
Binary1110010111011110110111000111001010110111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DEDC; }

 p { color: rgb(229,222,220); }

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

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

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

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

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

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

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