#E0D9DC

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

Shades of Prim #E0D9DC

Tints of Prim #E0D9DC

Color information

#E0D9DC (or 0xE0D9DC) is unknown color: approx Prim. HEX triplet: E0, D9 and DC. RGB value is (224,217,220). Sum of RGB (Red+Green+Blue) = 224+217+220=661 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.89% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D9DC is #1F2623. Grayscale: #DBDBDB. Windows color (decimal): -2041380 or 14473696. OLE color: 14473696.

HSL color Cylindrical-coordinate representation of color #E0D9DC: hue angle of 334.29º 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 #E0D9DC is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB224217220-
CMYK00.030.020.12
HSL334.29º10.14%86.47%-
HSV(B)334.29º3.12%87.84%-
XYZ68.4770.6477.74-
YUV219.44128.32131.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.89%
GREEN value IS 217 (85.16% from 255) = 32.83%
BLUE value IS 220 (86.33% from 255) = 33.28%
R=33.89%
G=32.83%
B=33.28%

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
Decimal22421722000.030.020.12334.2910.1486.47
HexE0D9DC032C14ea56
Octal3403313340321451612126
Binary11100000110110011101110001110110010100111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D9DC; }

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

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

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

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

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

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

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

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