#E8DACA

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

Shades of Almond #E8DACA

Tints of Almond #E8DACA

Color information

#E8DACA (or 0xE8DACA) is unknown color: approx Almond. HEX triplet: E8, DA and CA. RGB value is (232,218,202). Sum of RGB (Red+Green+Blue) = 232+218+202=652 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.58% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DACA is #172535. Grayscale: #DCDCDC. Windows color (decimal): -1516854 or 13294312. OLE color: 13294312.

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

Color convert

RGB232218202-
CMYK00.060.130.09
HSL32º39.47%85.1%-
HSV(B)32º12.93%90.98%-
XYZ69.0171.5666.05-
YUV220.36117.64136.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.58%
GREEN value IS 218 (85.55% from 255) = 33.44%
BLUE value IS 202 (79.30% from 255) = 30.98%
R=35.58%
G=33.44%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221820200.060.130.093239.4785.1
HexE8DACA06D9202755
Octal3503323120615114047125
Binary1110100011011010110010100110110110011000001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DACA; }

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

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

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

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

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

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

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

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