#E7D2BD

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

Shades of Almond #E7D2BD

Tints of Almond #E7D2BD

Color information

#E7D2BD (or 0xE7D2BD) is unknown color: approx Almond. HEX triplet: E7, D2 and BD. RGB value is (231,210,189). Sum of RGB (Red+Green+Blue) = 231+210+189=630 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.67% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D2BD is #182D42. Grayscale: #D5D5D5. Windows color (decimal): -1584451 or 12440295. OLE color: 12440295.

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

Color convert

RGB231210189-
CMYK00.090.180.09
HSL30º46.67%82.35%-
HSV(B)30º18.18%90.59%-
XYZ65.1966.7657.59-
YUV213.88113.96140.21-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.67%
GREEN value IS 210 (82.42% from 255) = 33.33%
BLUE value IS 189 (74.22% from 255) = 30%
R=36.67%
G=33.33%
B=30%

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
Decimal23121018900.090.180.093046.6782.35
HexE7D2BD091291e2f52
Octal34732227501122113657122
Binary11100111110100101011110101001100101001111101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D2BD; }

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

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

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

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

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

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

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

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