#E5DDCC

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

Shades of Albescent White #E5DDCC

Tints of Albescent White #E5DDCC

Color information

#E5DDCC (or 0xE5DDCC) is unknown color: approx Albescent White. HEX triplet: E5, DD and CC. RGB value is (229,221,204). Sum of RGB (Red+Green+Blue) = 229+221+204=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DDCC is #1A2233. Grayscale: #DDDDDD. Windows color (decimal): -1712692 or 13426149. OLE color: 13426149.

HSL color Cylindrical-coordinate representation of color #E5DDCC: hue angle of 40.8º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5DDCC is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB229221204-
CMYK00.030.110.10
HSL40.8º32.47%84.9%-
HSV(B)40.8º10.92%89.8%-
XYZ69.0772.7367.52-
YUV221.45118.15133.38-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.02%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 204 (80.08% from 255) = 31.19%
R=35.02%
G=33.79%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922120400.030.110.1040.832.4784.9
HexE5DDCC03BA292055
Octal3453353140313125140125
Binary111001011101110111001100011101110101010011000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DDCC; }

 p { color: rgb(229,221,204); }

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

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

 a { background-color: rgb(229,221,204); }

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

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

 span { border-color: rgb(229,221,204); }

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