#E8D2BF

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

Shades of Almond #E8D2BF

Tints of Almond #E8D2BF

Color information

#E8D2BF (or 0xE8D2BF) is unknown color: approx Almond. HEX triplet: E8, D2 and BF. RGB value is (232,210,191). Sum of RGB (Red+Green+Blue) = 232+210+191=633 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.65% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D2BF is #172D40. Grayscale: #D6D6D6. Windows color (decimal): -1518913 or 12571368. OLE color: 12571368.

HSL color Cylindrical-coordinate representation of color #E8D2BF: hue angle of 27.8º 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 #E8D2BF is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB232210191-
CMYK00.090.180.09
HSL27.8º47.13%82.94%-
HSV(B)27.8º17.67%90.98%-
XYZ65.7367.0158.76-
YUV214.41114.79140.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.65%
GREEN value IS 210 (82.42% from 255) = 33.18%
BLUE value IS 191 (75% from 255) = 30.17%
R=36.65%
G=33.18%
B=30.17%

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
Decimal23221019100.090.180.0927.847.1382.94
HexE8D2BF091291c2f53
Octal35032227701122113457123
Binary11101000110100101011111101001100101001111001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D2BF; }

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

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

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

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

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

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

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

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