#E9D3BF

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

Shades of Almond #E9D3BF

Tints of Almond #E9D3BF

Color information

#E9D3BF (or 0xE9D3BF) is unknown color: approx Almond. HEX triplet: E9, D3 and BF. RGB value is (233,211,191). Sum of RGB (Red+Green+Blue) = 233+211+191=635 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.69% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D3BF is #162C40. Grayscale: #D7D7D7. Windows color (decimal): -1453121 or 12571625. OLE color: 12571625.

HSL color Cylindrical-coordinate representation of color #E9D3BF: hue angle of 28.57º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9D3BF is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB233211191-
CMYK00.090.180.09
HSL28.57º48.84%83.14%-
HSV(B)28.57º18.03%91.37%-
XYZ66.367.6758.86-
YUV215.3114.29140.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.69%
GREEN value IS 211 (82.81% from 255) = 33.23%
BLUE value IS 191 (75% from 255) = 30.08%
R=36.69%
G=33.23%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321119100.090.180.0928.5748.8483.14
HexE9D3BF091291d3153
Octal35132327701122113561123
Binary11101001110100111011111101001100101001111011100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D3BF; }

 p { color: rgb(233,211,191); }

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

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

 a { background-color: rgb(233,211,191); }

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

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

 span { border-color: rgb(233,211,191); }

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