#E7D1BB

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

Shades of Almond #E7D1BB

Tints of Almond #E7D1BB

Color information

#E7D1BB (or 0xE7D1BB) is unknown color: approx Almond. HEX triplet: E7, D1 and BB. RGB value is (231,209,187). Sum of RGB (Red+Green+Blue) = 231+209+187=627 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.84% from 627); Green value is 209 (82.03% from 255 or 33.33% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D1BB is #182E44. Grayscale: #D5D5D5. Windows color (decimal): -1584709 or 12308967. OLE color: 12308967.

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

Color convert

RGB231209187-
CMYK00.100.190.09
HSL30º47.83%81.96%-
HSV(B)30º19.05%90.59%-
XYZ64.7366.1856.38-
YUV213.07113.29140.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.84%
GREEN value IS 209 (82.03% from 255) = 33.33%
BLUE value IS 187 (73.44% from 255) = 29.82%
R=36.84%
G=33.33%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120918700.100.190.093047.8381.96
HexE7D1BB0A1391e3052
Octal34732127301223113660122
Binary11100111110100011011101101010100111001111101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D1BB; }

 p { color: rgb(231,209,187); }

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

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

 a { background-color: rgb(231,209,187); }

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

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

 span { border-color: rgb(231,209,187); }

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