#EAD2BB

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

Shades of Almond #EAD2BB

Tints of Almond #EAD2BB

Color information

#EAD2BB (or 0xEAD2BB) is unknown color: approx Almond. HEX triplet: EA, D2 and BB. RGB value is (234,210,187). Sum of RGB (Red+Green+Blue) = 234+210+187=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD2BB is #152D44. Grayscale: #D6D6D6. Windows color (decimal): -1387845 or 12309226. OLE color: 12309226.

HSL color Cylindrical-coordinate representation of color #EAD2BB: hue angle of 29.36º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAD2BB is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB234210187-
CMYK00.100.200.08
HSL29.36º52.81%82.55%-
HSV(B)29.36º20.09%91.76%-
XYZ65.9567.1756.5-
YUV214.55112.45141.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.08%
GREEN value IS 210 (82.42% from 255) = 33.28%
BLUE value IS 187 (73.44% from 255) = 29.64%
R=37.08%
G=33.28%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421018700.100.200.0829.3652.8182.55
HexEAD2BB0A1481d3553
Octal35232227301224103565123
Binary11101010110100101011101101010101001000111011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD2BB; }

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

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

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

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

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

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

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

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