#E8D1BD

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

Shades of Almond #E8D1BD

Tints of Almond #E8D1BD

Color information

#E8D1BD (or 0xE8D1BD) is unknown color: approx Almond. HEX triplet: E8, D1 and BD. RGB value is (232,209,189). Sum of RGB (Red+Green+Blue) = 232+209+189=630 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.83% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D1BD is #172E42. Grayscale: #D5D5D5. Windows color (decimal): -1519171 or 12440040. OLE color: 12440040.

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

Color convert

RGB232209189-
CMYK00.100.190.09
HSL27.91º48.31%82.55%-
HSV(B)27.91º18.53%90.98%-
XYZ65.2666.4357.53-
YUV213.6114.12141.13-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.83%
GREEN value IS 209 (82.03% from 255) = 33.17%
BLUE value IS 189 (74.22% from 255) = 30%
R=36.83%
G=33.17%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220918900.100.190.0927.9148.3182.55
HexE8D1BD0A1391c3053
Octal35032127501223113460123
Binary11101000110100011011110101010100111001111001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D1BD; }

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

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

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

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

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

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

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

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