#E8D3BF

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

Shades of Almond #E8D3BF

Tints of Almond #E8D3BF

Color information

#E8D3BF (or 0xE8D3BF) is unknown color: approx Almond. HEX triplet: E8, D3 and BF. RGB value is (232,211,191). Sum of RGB (Red+Green+Blue) = 232+211+191=634 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.59% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D3BF is #172C40. Grayscale: #D7D7D7. Windows color (decimal): -1518657 or 12571624. OLE color: 12571624.

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

Color convert

RGB232211191-
CMYK00.090.180.09
HSL29.27º47.13%82.94%-
HSV(B)29.27º17.67%90.98%-
XYZ65.9867.5158.84-
YUV215114.46140.13-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.59%
GREEN value IS 211 (82.81% from 255) = 33.28%
BLUE value IS 191 (75% from 255) = 30.13%
R=36.59%
G=33.28%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221119100.090.180.0929.2747.1382.94
HexE8D3BF091291d2f53
Octal35032327701122113557123
Binary11101000110100111011111101001100101001111011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D3BF; }

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

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

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

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

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

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

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

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