#E8D2BD

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

Shades of Almond #E8D2BD

Tints of Almond #E8D2BD

Color information

#E8D2BD (or 0xE8D2BD) is unknown color: approx Almond. HEX triplet: E8, D2 and BD. RGB value is (232,210,189). Sum of RGB (Red+Green+Blue) = 232+210+189=631 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.77% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D2BD is #172D42. Grayscale: #D6D6D6. Windows color (decimal): -1518915 or 12440296. OLE color: 12440296.

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

Color convert

RGB232210189-
CMYK00.090.190.09
HSL29.3º48.31%82.55%-
HSV(B)29.3º18.53%90.98%-
XYZ65.5166.9257.61-
YUV214.18113.79140.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.77%
GREEN value IS 210 (82.42% from 255) = 33.28%
BLUE value IS 189 (74.22% from 255) = 29.95%
R=36.77%
G=33.28%
B=29.95%

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
Decimal23221018900.090.190.0929.348.3182.55
HexE8D2BD091391d3053
Octal35032227501123113560123
Binary11101000110100101011110101001100111001111011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D2BD; }

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

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

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

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

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

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

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

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