#EAD3BD

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

Shades of Almond #EAD3BD

Tints of Almond #EAD3BD

Color information

#EAD3BD (or 0xEAD3BD) is unknown color: approx Almond. HEX triplet: EA, D3 and BD. RGB value is (234,211,189). Sum of RGB (Red+Green+Blue) = 234+211+189=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD3BD is #152C42. Grayscale: #D7D7D7. Windows color (decimal): -1387587 or 12440554. OLE color: 12440554.

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

Color convert

RGB234211189-
CMYK00.100.190.08
HSL29.33º51.72%82.94%-
HSV(B)29.33º19.23%91.76%-
XYZ66.4167.7657.72-
YUV215.37113.12141.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 211 (82.81% from 255) = 33.28%
BLUE value IS 189 (74.22% from 255) = 29.81%
R=36.91%
G=33.28%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421118900.100.190.0829.3351.7282.94
HexEAD3BD0A1381d3453
Octal35232327501223103564123
Binary11101010110100111011110101010100111000111011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD3BD; }

 p { color: rgb(234,211,189); }

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

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

 a { background-color: rgb(234,211,189); }

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

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

 span { border-color: rgb(234,211,189); }

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