#E8D9CB

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

Shades of Almond #E8D9CB

Tints of Almond #E8D9CB

Color information

#E8D9CB (or 0xE8D9CB) is unknown color: approx Almond. HEX triplet: E8, D9 and CB. RGB value is (232,217,203). Sum of RGB (Red+Green+Blue) = 232+217+203=652 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.58% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D9CB is #172634. Grayscale: #DBDBDB. Windows color (decimal): -1517109 or 13359592. OLE color: 13359592.

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

Color convert

RGB232217203-
CMYK00.060.120.09
HSL28.97º38.67%85.29%-
HSV(B)28.97º12.5%90.98%-
XYZ68.8771.0966.59-
YUV219.89118.47136.64-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.58%
GREEN value IS 217 (85.16% from 255) = 33.28%
BLUE value IS 203 (79.69% from 255) = 31.13%
R=35.58%
G=33.28%
B=31.13%

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
Decimal23221720300.060.120.0928.9738.6785.29
HexE8D9CB06C91d2755
Octal3503313130614113547125
Binary111010001101100111001011011011001001111011001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D9CB; }

 p { color: rgb(232,217,203); }

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

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

 a { background-color: rgb(232,217,203); }

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

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

 span { border-color: rgb(232,217,203); }

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