#E8D0BB

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

Shades of Almond #E8D0BB

Tints of Almond #E8D0BB

Color information

#E8D0BB (or 0xE8D0BB) is unknown color: approx Almond. HEX triplet: E8, D0 and BB. RGB value is (232,208,187). Sum of RGB (Red+Green+Blue) = 232+208+187=627 (83% of max value = 765). Red value is 232 (91.02% from 255 or 37.00% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D0BB is #172F44. Grayscale: #D4D4D4. Windows color (decimal): -1519429 or 12308712. OLE color: 12308712.

HSL color Cylindrical-coordinate representation of color #E8D0BB: hue angle of 28º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8D0BB is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB232208187-
CMYK00.100.190.09
HSL28º49.45%82.16%-
HSV(B)28º19.4%90.98%-
XYZ64.865.8656.31-
YUV212.78113.45141.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.00%
GREEN value IS 208 (81.64% from 255) = 33.17%
BLUE value IS 187 (73.44% from 255) = 29.82%
R=37.00%
G=33.17%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220818700.100.190.092849.4582.16
HexE8D0BB0A1391c3152
Octal35032027301223113461122
Binary11101000110100001011101101010100111001111001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D0BB; }

 p { color: rgb(232,208,187); }

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

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

 a { background-color: rgb(232,208,187); }

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

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

 span { border-color: rgb(232,208,187); }

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