#E9D1BB

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

Shades of Almond #E9D1BB

Tints of Almond #E9D1BB

Color information

#E9D1BB (or 0xE9D1BB) is unknown color: approx Almond. HEX triplet: E9, D1 and BB. RGB value is (233,209,187). Sum of RGB (Red+Green+Blue) = 233+209+187=629 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.04% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D1BB is #162E44. Grayscale: #D5D5D5. Windows color (decimal): -1453637 or 12308969. OLE color: 12308969.

HSL color Cylindrical-coordinate representation of color #E9D1BB: hue angle of 28.7º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9D1BB is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB233209187-
CMYK00.100.200.09
HSL28.7º51.11%82.35%-
HSV(B)28.7º19.74%91.37%-
XYZ65.3766.5156.41-
YUV213.67112.95141.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.04%
GREEN value IS 209 (82.03% from 255) = 33.23%
BLUE value IS 187 (73.44% from 255) = 29.73%
R=37.04%
G=33.23%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320918700.100.200.0928.751.1182.35
HexE9D1BB0A1491d3352
Octal35132127301224113563122
Binary11101001110100011011101101010101001001111011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D1BB; }

 p { color: rgb(233,209,187); }

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

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

 a { background-color: rgb(233,209,187); }

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

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

 span { border-color: rgb(233,209,187); }

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