#E2DBC8

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

Shades of Albescent White #E2DBC8

Tints of Albescent White #E2DBC8

Color information

#E2DBC8 (or 0xE2DBC8) is unknown color: approx Albescent White. HEX triplet: E2, DB and C8. RGB value is (226,219,200). Sum of RGB (Red+Green+Blue) = 226+219+200=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 200 (78.52% from 255 or 31.01% from 645); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DBC8 is #1D2437. Grayscale: #DBDBDB. Windows color (decimal): -1909816 or 13163490. OLE color: 13163490.

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

Color convert

RGB226219200-
CMYK00.030.120.11
HSL43.85º30.95%83.53%-
HSV(B)43.85º11.5%88.63%-
XYZ67.127164.81-
YUV218.93117.32133.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.04%
GREEN value IS 219 (85.94% from 255) = 33.95%
BLUE value IS 200 (78.52% from 255) = 31.01%
R=35.04%
G=33.95%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621920000.030.120.1143.8530.9583.53
HexE2DBC803CB2c1f54
Octal3423333100314135437124
Binary11100010110110111100100001111001011101100111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DBC8; }

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

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

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

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

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

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

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

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