#E2DBCC

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

Shades of Albescent White #E2DBCC

Tints of Albescent White #E2DBCC

Color information

#E2DBCC (or 0xE2DBCC) is unknown color: approx Albescent White. HEX triplet: E2, DB and CC. RGB value is (226,219,204). Sum of RGB (Red+Green+Blue) = 226+219+204=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DBCC is #1D2433. Grayscale: #DBDBDB. Windows color (decimal): -1909812 or 13425634. OLE color: 13425634.

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

Color convert

RGB226219204-
CMYK00.030.100.11
HSL40.91º27.5%84.31%-
HSV(B)40.91º9.73%88.63%-
XYZ67.5971.1967.31-
YUV219.38119.32132.72-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.82%
GREEN value IS 219 (85.94% from 255) = 33.74%
BLUE value IS 204 (80.08% from 255) = 31.43%
R=34.82%
G=33.74%
B=31.43%

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
Decimal22621920400.030.100.1140.9127.584.31
HexE2DBCC03AB291c54
Octal3423333140312135134124
Binary11100010110110111100110001110101011101001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DBCC; }

 p { color: rgb(226,219,204); }

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

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

 a { background-color: rgb(226,219,204); }

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

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

 span { border-color: rgb(226,219,204); }

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