#E9D4BF

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

Shades of Almond #E9D4BF

Tints of Almond #E9D4BF

Color information

#E9D4BF (or 0xE9D4BF) is unknown color: approx Almond. HEX triplet: E9, D4 and BF. RGB value is (233,212,191). Sum of RGB (Red+Green+Blue) = 233+212+191=636 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.64% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D4BF is #162B40. Grayscale: #D7D7D7. Windows color (decimal): -1452865 or 12571881. OLE color: 12571881.

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

Color convert

RGB233212191-
CMYK00.090.180.09
HSL30º48.84%83.14%-
HSV(B)30º18.03%91.37%-
XYZ66.5568.1758.94-
YUV215.88113.96140.21-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.64%
GREEN value IS 212 (83.20% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 30.03%
R=36.64%
G=33.33%
B=30.03%

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
Decimal23321219100.090.180.093048.8483.14
HexE9D4BF091291e3153
Octal35132427701122113661123
Binary11101001110101001011111101001100101001111101100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D4BF; }

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

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

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

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

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

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

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

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