#E4DECC

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

Shades of Albescent White #E4DECC

Tints of Albescent White #E4DECC

Color information

#E4DECC (or 0xE4DECC) is unknown color: approx Albescent White. HEX triplet: E4, DE and CC. RGB value is (228,222,204). Sum of RGB (Red+Green+Blue) = 228+222+204=654 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.86% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DECC is #1B2133. Grayscale: #DDDDDD. Windows color (decimal): -1777972 or 13426404. OLE color: 13426404.

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

Color convert

RGB228222204-
CMYK00.030.110.11
HSL45º30.77%84.71%-
HSV(B)45º10.53%89.41%-
XYZ69.0273.167.6-
YUV221.74117.99132.46-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.86%
GREEN value IS 222 (87.11% from 255) = 33.94%
BLUE value IS 204 (80.08% from 255) = 31.19%
R=34.86%
G=33.94%
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.11
SystemRedGreenBlueCMYKHSL
Decimal22822220400.030.110.114530.7784.71
HexE4DECC03BB2d1f55
Octal3443363140313135537125
Binary11100100110111101100110001110111011101101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DECC; }

 p { color: rgb(228,222,204); }

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

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

 a { background-color: rgb(228,222,204); }

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

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

 span { border-color: rgb(228,222,204); }

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