#E7D8CA

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

Shades of Almond #E7D8CA

Tints of Almond #E7D8CA

Color information

#E7D8CA (or 0xE7D8CA) is unknown color: approx Almond. HEX triplet: E7, D8 and CA. RGB value is (231,216,202). Sum of RGB (Red+Green+Blue) = 231+216+202=649 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.59% from 649); Green value is 216 (84.77% from 255 or 33.28% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D8CA is #182735. Grayscale: #DADADA. Windows color (decimal): -1582902 or 13293799. OLE color: 13293799.

HSL color Cylindrical-coordinate representation of color #E7D8CA: hue angle of 28.97º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7D8CA is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB231216202-
CMYK00.060.130.09
HSL28.97º37.66%84.9%-
HSV(B)28.97º12.55%90.59%-
XYZ68.1770.3665.87-
YUV218.89118.47136.64-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.59%
GREEN value IS 216 (84.77% from 255) = 33.28%
BLUE value IS 202 (79.30% from 255) = 31.12%
R=35.59%
G=33.28%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121620200.060.130.0928.9737.6684.9
HexE7D8CA06D91d2655
Octal3473303120615113546125
Binary111001111101100011001010011011011001111011001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D8CA; }

 p { color: rgb(231,216,202); }

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

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

 a { background-color: rgb(231,216,202); }

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

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

 span { border-color: rgb(231,216,202); }

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