#E9D2BB

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

Shades of Almond #E9D2BB

Tints of Almond #E9D2BB

Color information

#E9D2BB (or 0xE9D2BB) is unknown color: approx Almond. HEX triplet: E9, D2 and BB. RGB value is (233,210,187). Sum of RGB (Red+Green+Blue) = 233+210+187=630 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.98% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D2BB is #162D44. Grayscale: #D6D6D6. Windows color (decimal): -1453381 or 12309225. OLE color: 12309225.

HSL color Cylindrical-coordinate representation of color #E9D2BB: hue angle of 30º 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 #E9D2BB is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB233210187-
CMYK00.100.200.09
HSL30º51.11%82.35%-
HSV(B)30º19.74%91.37%-
XYZ65.626756.49-
YUV214.26112.62141.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.98%
GREEN value IS 210 (82.42% from 255) = 33.33%
BLUE value IS 187 (73.44% from 255) = 29.68%
R=36.98%
G=33.33%
B=29.68%

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
Decimal23321018700.100.200.093051.1182.35
HexE9D2BB0A1491e3352
Octal35132227301224113663122
Binary11101001110100101011101101010101001001111101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D2BB; }

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

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

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

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

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

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

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

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