#E4DDCC

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

Shades of Albescent White #E4DDCC

Tints of Albescent White #E4DDCC

Color information

#E4DDCC (or 0xE4DDCC) is unknown color: approx Albescent White. HEX triplet: E4, DD and CC. RGB value is (228,221,204). Sum of RGB (Red+Green+Blue) = 228+221+204=653 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.92% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DDCC is #1B2233. Grayscale: #DDDDDD. Windows color (decimal): -1778228 or 13426148. OLE color: 13426148.

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

Color convert

RGB228221204-
CMYK00.030.110.11
HSL42.5º30.77%84.71%-
HSV(B)42.5º10.53%89.41%-
XYZ68.7572.5767.51-
YUV221.16118.32132.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.92%
GREEN value IS 221 (86.72% from 255) = 33.84%
BLUE value IS 204 (80.08% from 255) = 31.24%
R=34.92%
G=33.84%
B=31.24%

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
Decimal22822120400.030.110.1142.530.7784.71
HexE4DDCC03BB2b1f55
Octal3443353140313135337125
Binary11100100110111011100110001110111011101011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DDCC; }

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

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

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

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

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

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

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

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