#E7D9CC

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

Shades of Almond #E7D9CC

Tints of Almond #E7D9CC

Color information

#E7D9CC (or 0xE7D9CC) is unknown color: approx Almond. HEX triplet: E7, D9 and CC. RGB value is (231,217,204). Sum of RGB (Red+Green+Blue) = 231+217+204=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D9CC is #182633. Grayscale: #DBDBDB. Windows color (decimal): -1582644 or 13425127. OLE color: 13425127.

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

Color convert

RGB231217204-
CMYK00.060.120.09
HSL28.89º36%85.29%-
HSV(B)28.89º11.69%90.59%-
XYZ68.6770.9767.21-
YUV219.7119.14136.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.43%
GREEN value IS 217 (85.16% from 255) = 33.28%
BLUE value IS 204 (80.08% from 255) = 31.29%
R=35.43%
G=33.28%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121720400.060.120.0928.893685.29
HexE7D9CC06C91d2455
Octal3473313140614113544125
Binary111001111101100111001100011011001001111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D9CC; }

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

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

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

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

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

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

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

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