#E2DBC9

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

Shades of Albescent White #E2DBC9

Tints of Albescent White #E2DBC9

Color information

#E2DBC9 (or 0xE2DBC9) is unknown color: approx Albescent White. HEX triplet: E2, DB and C9. RGB value is (226,219,201). Sum of RGB (Red+Green+Blue) = 226+219+201=646 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.98% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 201 (78.91% from 255 or 31.11% from 646); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DBC9 is #1D2436. Grayscale: #DBDBDB. Windows color (decimal): -1909815 or 13229026. OLE color: 13229026.

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

Color convert

RGB226219201-
CMYK00.030.110.11
HSL43.2º30.12%83.73%-
HSV(B)43.2º11.06%88.63%-
XYZ67.2471.0565.43-
YUV219.04117.82132.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.98%
GREEN value IS 219 (85.94% from 255) = 33.90%
BLUE value IS 201 (78.91% from 255) = 31.11%
R=34.98%
G=33.90%
B=31.11%

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
Decimal22621920100.030.110.1143.230.1283.73
HexE2DBC903BB2b1e54
Octal3423333110313135336124
Binary11100010110110111100100101110111011101011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DBC9; }

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

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

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

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

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

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

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

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