#E7D1BC

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

Shades of Almond #E7D1BC

Tints of Almond #E7D1BC

Color information

#E7D1BC (or 0xE7D1BC) is unknown color: approx Almond. HEX triplet: E7, D1 and BC. RGB value is (231,209,188). Sum of RGB (Red+Green+Blue) = 231+209+188=628 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.78% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D1BC is #182E43. Grayscale: #D5D5D5. Windows color (decimal): -1584708 or 12374503. OLE color: 12374503.

HSL color Cylindrical-coordinate representation of color #E7D1BC: hue angle of 29.3º degrees, saturation: 0.47, 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 #E7D1BC is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231209188-
CMYK00.100.190.09
HSL29.3º47.25%82.16%-
HSV(B)29.3º18.61%90.59%-
XYZ64.8366.2256.94-
YUV213.18113.79140.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.78%
GREEN value IS 209 (82.03% from 255) = 33.28%
BLUE value IS 188 (73.83% from 255) = 29.94%
R=36.78%
G=33.28%
B=29.94%

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
Decimal23120918800.100.190.0929.347.2582.16
HexE7D1BC0A1391d2f52
Octal34732127401223113557122
Binary11100111110100011011110001010100111001111011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D1BC; }

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

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

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

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

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

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

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

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