#E9D4BD

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

Shades of Almond #E9D4BD

Tints of Almond #E9D4BD

Color information

#E9D4BD (or 0xE9D4BD) is unknown color: approx Almond. HEX triplet: E9, D4 and BD. RGB value is (233,212,189). Sum of RGB (Red+Green+Blue) = 233+212+189=634 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.75% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D4BD is #162B42. Grayscale: #D7D7D7. Windows color (decimal): -1452867 or 12440809. OLE color: 12440809.

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

Color convert

RGB233212189-
CMYK00.090.190.09
HSL31.36º50%82.75%-
HSV(B)31.36º18.88%91.37%-
XYZ66.3368.0857.79-
YUV215.66112.96140.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.75%
GREEN value IS 212 (83.20% from 255) = 33.44%
BLUE value IS 189 (74.22% from 255) = 29.81%
R=36.75%
G=33.44%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321218900.090.190.0931.365082.75
HexE9D4BD091391f3253
Octal35132427501123113762123
Binary11101001110101001011110101001100111001111111100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D4BD; }

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

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

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

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

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

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

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

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