#E7D6C4

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

Shades of Almond #E7D6C4

Tints of Almond #E7D6C4

Color information

#E7D6C4 (or 0xE7D6C4) is unknown color: approx Almond. HEX triplet: E7, D6 and C4. RGB value is (231,214,196). Sum of RGB (Red+Green+Blue) = 231+214+196=641 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.04% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 196 (76.95% from 255 or 30.58% from 641); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D6C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D6C4 is #18293B. Grayscale: #D9D9D9. Windows color (decimal): -1583420 or 12900071. OLE color: 12900071.

HSL color Cylindrical-coordinate representation of color #E7D6C4: hue angle of 30.86º degrees, saturation: 0.42, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E7D6C4 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB231214196-
CMYK00.070.150.09
HSL30.86º42.17%83.73%-
HSV(B)30.86º15.15%90.59%-
XYZ66.9769.0762.03-
YUV217.03116.13137.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.04%
GREEN value IS 214 (83.98% from 255) = 33.39%
BLUE value IS 196 (76.95% from 255) = 30.58%
R=36.04%
G=33.39%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121419600.070.150.0930.8642.1783.73
HexE7D6C407F91f2a54
Octal3473263040717113752124
Binary111001111101011011000100011111111001111111010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D6C4; }

 p { color: rgb(231,214,196); }

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

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

 a { background-color: rgb(231,214,196); }

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

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

 span { border-color: rgb(231,214,196); }

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