#E7D2BC

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

Shades of Almond #E7D2BC

Tints of Almond #E7D2BC

Color information

#E7D2BC (or 0xE7D2BC) is unknown color: approx Almond. HEX triplet: E7, D2 and BC. RGB value is (231,210,188). Sum of RGB (Red+Green+Blue) = 231+210+188=629 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.72% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D2BC is #182D43. Grayscale: #D5D5D5. Windows color (decimal): -1584452 or 12374759. OLE color: 12374759.

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

Color convert

RGB231210188-
CMYK00.090.190.09
HSL30.7º47.25%82.16%-
HSV(B)30.7º18.61%90.59%-
XYZ65.0866.7157.02-
YUV213.77113.46140.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.72%
GREEN value IS 210 (82.42% from 255) = 33.39%
BLUE value IS 188 (73.83% from 255) = 29.89%
R=36.72%
G=33.39%
B=29.89%

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
Decimal23121018800.090.190.0930.747.2582.16
HexE7D2BC091391f2f52
Octal34732227401123113757122
Binary11100111110100101011110001001100111001111111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D2BC; }

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

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

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

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

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

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

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

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