#E8DACD

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

Shades of Almond #E8DACD

Tints of Almond #E8DACD

Color information

#E8DACD (or 0xE8DACD) is unknown color: approx Almond. HEX triplet: E8, DA and CD. RGB value is (232,218,205). Sum of RGB (Red+Green+Blue) = 232+218+205=655 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.42% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DACD is #172532. Grayscale: #DCDCDC. Windows color (decimal): -1516851 or 13490920. OLE color: 13490920.

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

Color convert

RGB232218205-
CMYK00.060.120.09
HSL28.89º36.99%85.69%-
HSV(B)28.89º11.64%90.98%-
XYZ69.3771.7167.94-
YUV220.7119.14136.06-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.42%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 205 (80.47% from 255) = 31.30%
R=35.42%
G=33.28%
B=31.30%

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
Decimal23221820500.060.120.0928.8936.9985.69
HexE8DACD06C91d2556
Octal3503323150614113545126
Binary111010001101101011001101011011001001111011001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DACD; }

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

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

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

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

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

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

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

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