#E9D5BF

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

Shades of Almond #E9D5BF

Tints of Almond #E9D5BF

Color information

#E9D5BF (or 0xE9D5BF) is unknown color: approx Almond. HEX triplet: E9, D5 and BF. RGB value is (233,213,191). Sum of RGB (Red+Green+Blue) = 233+213+191=637 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.58% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D5BF is #162A40. Grayscale: #D8D8D8. Windows color (decimal): -1452609 or 12572137. OLE color: 12572137.

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

Color convert

RGB233213191-
CMYK00.090.180.09
HSL31.43º48.84%83.14%-
HSV(B)31.43º18.03%91.37%-
XYZ66.868.6759.02-
YUV216.47113.63139.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.58%
GREEN value IS 213 (83.59% from 255) = 33.44%
BLUE value IS 191 (75% from 255) = 29.98%
R=36.58%
G=33.44%
B=29.98%

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
Decimal23321319100.090.180.0931.4348.8483.14
HexE9D5BF091291f3153
Octal35132527701122113761123
Binary11101001110101011011111101001100101001111111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D5BF; }

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

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

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

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

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

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

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

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