#E0DADC

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

Shades of Prim #E0DADC

Tints of Prim #E0DADC

Color information

#E0DADC (or 0xE0DADC) is unknown color: approx Prim. HEX triplet: E0, DA and DC. RGB value is (224,218,220). Sum of RGB (Red+Green+Blue) = 224+218+220=662 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.84% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DADC is #1F2523. Grayscale: #DCDCDC. Windows color (decimal): -2041124 or 14473952. OLE color: 14473952.

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

Color convert

RGB224218220-
CMYK00.030.020.12
HSL340º8.82%86.67%-
HSV(B)340º2.68%87.84%-
XYZ68.7371.1677.82-
YUV220.02127.99130.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.84%
GREEN value IS 218 (85.55% from 255) = 32.93%
BLUE value IS 220 (86.33% from 255) = 33.23%
R=33.84%
G=32.93%
B=33.23%

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
Decimal22421822000.030.020.123408.8286.67
HexE0DADC032C154957
Octal3403323340321452411127
Binary11100000110110101101110001110110010101010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DADC; }

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

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

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

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

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

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

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

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