#E5DDCA

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

Shades of Albescent White #E5DDCA

Tints of Albescent White #E5DDCA

Color information

#E5DDCA (or 0xE5DDCA) is unknown color: approx Albescent White. HEX triplet: E5, DD and CA. RGB value is (229,221,202). Sum of RGB (Red+Green+Blue) = 229+221+202=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DDCA is #1A2235. Grayscale: #DDDDDD. Windows color (decimal): -1712694 or 13295077. OLE color: 13295077.

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

Color convert

RGB229221202-
CMYK00.030.120.10
HSL42.22º34.18%84.51%-
HSV(B)42.22º11.79%89.8%-
XYZ68.8372.6466.27-
YUV221.23117.15133.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.12%
GREEN value IS 221 (86.72% from 255) = 33.90%
BLUE value IS 202 (79.30% from 255) = 30.98%
R=35.12%
G=33.90%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922120200.030.120.1042.2234.1884.51
HexE5DDCA03CA2a2255
Octal3453353120314125242125
Binary111001011101110111001010011110010101010101000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DDCA; }

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

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

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

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

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

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

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

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