#E4DDCD

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

Shades of Albescent White #E4DDCD

Tints of Albescent White #E4DDCD

Color information

#E4DDCD (or 0xE4DDCD) is unknown color: approx Albescent White. HEX triplet: E4, DD and CD. RGB value is (228,221,205). Sum of RGB (Red+Green+Blue) = 228+221+205=654 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.86% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DDCD is #1B2232. Grayscale: #DDDDDD. Windows color (decimal): -1778227 or 13491684. OLE color: 13491684.

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

Color convert

RGB228221205-
CMYK00.030.100.11
HSL41.74º29.87%84.9%-
HSV(B)41.74º10.09%89.41%-
XYZ68.8772.6168.14-
YUV221.27118.82132.8-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.86%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=34.86%
G=33.79%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22822120500.030.100.1141.7429.8784.9
HexE4DDCD03AB2a1e55
Octal3443353150312135236125
Binary11100100110111011100110101110101011101010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DDCD; }

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

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

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

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

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

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

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

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