#E5DCDA

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

Shades of Ebb #E5DCDA

Tints of Ebb #E5DCDA

Color information

#E5DCDA (or 0xE5DCDA) is unknown color: approx Ebb. HEX triplet: E5, DC and DA. RGB value is (229,220,218). Sum of RGB (Red+Green+Blue) = 229+220+218=667 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.33% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DCDA is #1A2325. Grayscale: #DEDEDE. Windows color (decimal): -1712934 or 14343397. OLE color: 14343397.

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

Color convert

RGB229220218-
CMYK00.040.050.10
HSL10.91º17.46%87.65%-
HSV(B)10.91º4.8%89.8%-
XYZ70.5672.9176.68-
YUV222.46125.48132.66-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.33%
GREEN value IS 220 (86.33% from 255) = 32.98%
BLUE value IS 218 (85.55% from 255) = 32.68%
R=34.33%
G=32.98%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922021800.040.050.1010.9117.4687.65
HexE5DCDA045Ab1158
Octal345334332045121321130
Binary111001011101110011011010010010110101011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DCDA; }

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

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

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

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

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

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

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

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