#E0DACD

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

Shades of Albescent White #E0DACD

Tints of Albescent White #E0DACD

Color information

#E0DACD (or 0xE0DACD) is unknown color: approx Albescent White. HEX triplet: E0, DA and CD. RGB value is (224,218,205). Sum of RGB (Red+Green+Blue) = 224+218+205=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DACD is #1F2532. Grayscale: #DADADA. Windows color (decimal): -2041139 or 13490912. OLE color: 13490912.

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

Color convert

RGB224218205-
CMYK00.030.080.12
HSL41.05º23.46%84.12%-
HSV(B)41.05º8.48%87.84%-
XYZ66.8370.467.82-
YUV218.31120.49132.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.62%
GREEN value IS 218 (85.55% from 255) = 33.69%
BLUE value IS 205 (80.47% from 255) = 31.68%
R=34.62%
G=33.69%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421820500.030.080.1241.0523.4684.12
HexE0DACD038C291754
Octal3403323150310145127124
Binary11100000110110101100110101110001100101001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DACD; }

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

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

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

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

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

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

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

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