#E8D3BD

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

Shades of Almond #E8D3BD

Tints of Almond #E8D3BD

Color information

#E8D3BD (or 0xE8D3BD) is unknown color: approx Almond. HEX triplet: E8, D3 and BD. RGB value is (232,211,189). Sum of RGB (Red+Green+Blue) = 232+211+189=632 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.71% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D3BD is #172C42. Grayscale: #D6D6D6. Windows color (decimal): -1518659 or 12440552. OLE color: 12440552.

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

Color convert

RGB232211189-
CMYK00.090.190.09
HSL30.7º48.31%82.55%-
HSV(B)30.7º18.53%90.98%-
XYZ65.7667.4257.69-
YUV214.77113.46140.29-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.71%
GREEN value IS 211 (82.81% from 255) = 33.39%
BLUE value IS 189 (74.22% from 255) = 29.91%
R=36.71%
G=33.39%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221118900.090.190.0930.748.3182.55
HexE8D3BD091391f3053
Octal35032327501123113760123
Binary11101000110100111011110101001100111001111111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D3BD; }

 p { color: rgb(232,211,189); }

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

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

 a { background-color: rgb(232,211,189); }

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

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

 span { border-color: rgb(232,211,189); }

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