#E7D9CA

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

Shades of Almond #E7D9CA

Tints of Almond #E7D9CA

Color information

#E7D9CA (or 0xE7D9CA) is unknown color: approx Almond. HEX triplet: E7, D9 and CA. RGB value is (231,217,202). Sum of RGB (Red+Green+Blue) = 231+217+202=650 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.54% from 650); Green value is 217 (85.16% from 255 or 33.38% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D9CA is #182635. Grayscale: #DBDBDB. Windows color (decimal): -1582646 or 13294055. OLE color: 13294055.

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

Color convert

RGB231217202-
CMYK00.060.130.09
HSL31.03º37.66%84.9%-
HSV(B)31.03º12.55%90.59%-
XYZ68.4370.8865.95-
YUV219.48118.14136.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.54%
GREEN value IS 217 (85.16% from 255) = 33.38%
BLUE value IS 202 (79.30% from 255) = 31.08%
R=35.54%
G=33.38%
B=31.08%

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
Decimal23121720200.060.130.0931.0337.6684.9
HexE7D9CA06D91f2655
Octal3473313120615113746125
Binary111001111101100111001010011011011001111111001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D9CA; }

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

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

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

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

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

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

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

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