#E9D4BE

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

Shades of Almond #E9D4BE

Tints of Almond #E9D4BE

Color information

#E9D4BE (or 0xE9D4BE) is unknown color: approx Almond. HEX triplet: E9, D4 and BE. RGB value is (233,212,190). Sum of RGB (Red+Green+Blue) = 233+212+190=635 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.69% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D4BE is #162B41. Grayscale: #D7D7D7. Windows color (decimal): -1452866 or 12506345. OLE color: 12506345.

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

Color convert

RGB233212190-
CMYK00.090.180.09
HSL30.7º49.43%82.94%-
HSV(B)30.7º18.45%91.37%-
XYZ66.4468.1358.36-
YUV215.77113.46140.29-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.69%
GREEN value IS 212 (83.20% from 255) = 33.39%
BLUE value IS 190 (74.61% from 255) = 29.92%
R=36.69%
G=33.39%
B=29.92%

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
Decimal23321219000.090.180.0930.749.4382.94
HexE9D4BE091291f3153
Octal35132427601122113761123
Binary11101001110101001011111001001100101001111111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D4BE; }

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

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

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

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

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

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

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

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