#E8D2BB

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

Shades of Almond #E8D2BB

Tints of Almond #E8D2BB

Color information

#E8D2BB (or 0xE8D2BB) is unknown color: approx Almond. HEX triplet: E8, D2 and BB. RGB value is (232,210,187). Sum of RGB (Red+Green+Blue) = 232+210+187=629 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.88% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D2BB is #172D44. Grayscale: #D6D6D6. Windows color (decimal): -1518917 or 12309224. OLE color: 12309224.

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

Color convert

RGB232210187-
CMYK00.090.190.09
HSL30.67º49.45%82.16%-
HSV(B)30.67º19.4%90.98%-
XYZ65.2966.8456.47-
YUV213.96112.79140.87-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.88%
GREEN value IS 210 (82.42% from 255) = 33.39%
BLUE value IS 187 (73.44% from 255) = 29.73%
R=36.88%
G=33.39%
B=29.73%

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
Decimal23221018700.090.190.0930.6749.4582.16
HexE8D2BB091391f3152
Octal35032227301123113761122
Binary11101000110100101011101101001100111001111111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D2BB; }

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

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

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

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

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

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

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

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