#E8DACB

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

Shades of Almond #E8DACB

Tints of Almond #E8DACB

Color information

#E8DACB (or 0xE8DACB) is unknown color: approx Almond. HEX triplet: E8, DA and CB. RGB value is (232,218,203). Sum of RGB (Red+Green+Blue) = 232+218+203=653 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.53% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DACB is #172534. Grayscale: #DCDCDC. Windows color (decimal): -1516853 or 13359848. OLE color: 13359848.

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

Color convert

RGB232218203-
CMYK00.060.120.09
HSL31.03º38.67%85.29%-
HSV(B)31.03º12.5%90.98%-
XYZ69.1371.6166.68-
YUV220.48118.14136.22-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.53%
GREEN value IS 218 (85.55% from 255) = 33.38%
BLUE value IS 203 (79.69% from 255) = 31.09%
R=35.53%
G=33.38%
B=31.09%

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
Decimal23221820300.060.120.0931.0338.6785.29
HexE8DACB06C91f2755
Octal3503323130614113747125
Binary111010001101101011001011011011001001111111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DACB; }

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

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

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

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

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

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

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

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