#E5DECD

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

Shades of Albescent White #E5DECD

Tints of Albescent White #E5DECD

Color information

#E5DECD (or 0xE5DECD) is unknown color: approx Albescent White. HEX triplet: E5, DE and CD. RGB value is (229,222,205). Sum of RGB (Red+Green+Blue) = 229+222+205=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DECD is #1A2132. Grayscale: #DEDEDE. Windows color (decimal): -1712435 or 13491941. OLE color: 13491941.

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

Color convert

RGB229222205-
CMYK00.030.100.10
HSL42.5º31.58%85.1%-
HSV(B)42.5º10.48%89.8%-
XYZ69.4573.3168.25-
YUV222.16118.32132.88-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.91%
GREEN value IS 222 (87.11% from 255) = 33.84%
BLUE value IS 205 (80.47% from 255) = 31.25%
R=34.91%
G=33.84%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922220500.030.100.1042.531.5885.1
HexE5DECD03AA2b2055
Octal3453363150312125340125
Binary111001011101111011001101011101010101010111000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DECD; }

 p { color: rgb(229,222,205); }

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

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

 a { background-color: rgb(229,222,205); }

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

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

 span { border-color: rgb(229,222,205); }

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