#E0DAD8

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

Shades of Ebb #E0DAD8

Tints of Ebb #E0DAD8

Color information

#E0DAD8 (or 0xE0DAD8) is unknown color: approx Ebb. HEX triplet: E0, DA and D8. RGB value is (224,218,216). Sum of RGB (Red+Green+Blue) = 224+218+216=658 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.04% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 216 (84.77% from 255 or 32.83% from 658); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DAD8 is #1F2527. Grayscale: #DBDBDB. Windows color (decimal): -2041128 or 14211808. OLE color: 14211808.

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

Color convert

RGB224218216-
CMYK00.030.040.12
HSL15º11.43%86.27%-
HSV(B)15º3.57%87.84%-
XYZ68.2170.9575.07-
YUV219.57125.99131.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.04%
GREEN value IS 218 (85.55% from 255) = 33.13%
BLUE value IS 216 (84.77% from 255) = 32.83%
R=34.04%
G=33.13%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421821600.030.040.121511.4386.27
HexE0DAD8034Cfb56
Octal340332330034141713126
Binary1110000011011010110110000111001100111110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DAD8; }

 p { color: rgb(224,218,216); }

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

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

 a { background-color: rgb(224,218,216); }

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

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

 span { border-color: rgb(224,218,216); }

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