#E9D7C8

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

Shades of Almond #E9D7C8

Tints of Almond #E9D7C8

Color information

#E9D7C8 (or 0xE9D7C8) is unknown color: approx Almond. HEX triplet: E9, D7 and C8. RGB value is (233,215,200). Sum of RGB (Red+Green+Blue) = 233+215+200=648 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.96% from 648); Green value is 215 (84.38% from 255 or 33.18% from 648); Blue value is 200 (78.52% from 255 or 30.86% from 648); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D7C8 is #162837. Grayscale: #DADADA. Windows color (decimal): -1452088 or 13162473. OLE color: 13162473.

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

Color convert

RGB233215200-
CMYK00.080.140.09
HSL27.27º42.86%84.9%-
HSV(B)27.27º14.16%91.37%-
XYZ68.3370.0964.57-
YUV218.67117.46138.22-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.96%
GREEN value IS 215 (84.38% from 255) = 33.18%
BLUE value IS 200 (78.52% from 255) = 30.86%
R=35.96%
G=33.18%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321520000.080.140.0927.2742.8684.9
HexE9D7C808E91b2b55
Octal35132731001016113353125
Binary1110100111010111110010000100011101001110111010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D7C8; }

 p { color: rgb(233,215,200); }

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

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

 a { background-color: rgb(233,215,200); }

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

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

 span { border-color: rgb(233,215,200); }

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