#E8D2BC

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

Shades of Almond #E8D2BC

Tints of Almond #E8D2BC

Color information

#E8D2BC (or 0xE8D2BC) is unknown color: approx Almond. HEX triplet: E8, D2 and BC. RGB value is (232,210,188). Sum of RGB (Red+Green+Blue) = 232+210+188=630 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.83% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D2BC is #172D43. Grayscale: #D6D6D6. Windows color (decimal): -1518916 or 12374760. OLE color: 12374760.

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

Color convert

RGB232210188-
CMYK00.090.190.09
HSL30º48.89%82.35%-
HSV(B)30º18.97%90.98%-
XYZ65.466.8857.04-
YUV214.07113.29140.79-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.83%
GREEN value IS 210 (82.42% from 255) = 33.33%
BLUE value IS 188 (73.83% from 255) = 29.84%
R=36.83%
G=33.33%
B=29.84%

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
Decimal23221018800.090.190.093048.8982.35
HexE8D2BC091391e3152
Octal35032227401123113661122
Binary11101000110100101011110001001100111001111101100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D2BC; }

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

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

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

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

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

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

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

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