#E0D9DB

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

Shades of Prim #E0D9DB

Tints of Prim #E0D9DB

Color information

#E0D9DB (or 0xE0D9DB) is unknown color: approx Prim. HEX triplet: E0, D9 and DB. RGB value is (224,217,219). Sum of RGB (Red+Green+Blue) = 224+217+219=660 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.94% from 660); Green value is 217 (85.16% from 255 or 32.88% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D9DB is #1F2624. Grayscale: #DBDBDB. Windows color (decimal): -2041381 or 14408160. OLE color: 14408160.

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

Color convert

RGB224217219-
CMYK00.030.020.12
HSL342.86º10.14%86.47%-
HSV(B)342.86º3.12%87.84%-
XYZ68.3470.5977.04-
YUV219.32127.82131.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.94%
GREEN value IS 217 (85.16% from 255) = 32.88%
BLUE value IS 219 (85.94% from 255) = 33.18%
R=33.94%
G=32.88%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421721900.030.020.12342.8610.1486.47
HexE0D9DB032C157a56
Octal3403313330321452712126
Binary11100000110110011101101101110110010101011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D9DB; }

 p { color: rgb(224,217,219); }

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

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

 a { background-color: rgb(224,217,219); }

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

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

 span { border-color: rgb(224,217,219); }

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