#EDD5BF

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

Shades of Almond #EDD5BF

Tints of Almond #EDD5BF

Color information

#EDD5BF (or 0xEDD5BF) is unknown color: approx Almond. HEX triplet: ED, D5 and BF. RGB value is (237,213,191). Sum of RGB (Red+Green+Blue) = 237+213+191=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5BF is #122A40. Grayscale: #D9D9D9. Windows color (decimal): -1190465 or 12572141. OLE color: 12572141.

HSL color Cylindrical-coordinate representation of color #EDD5BF: hue angle of 28.7º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDD5BF is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB237213191-
CMYK00.100.190.07
HSL28.7º56.1%83.92%-
HSV(B)28.7º19.41%92.94%-
XYZ68.1269.3559.09-
YUV217.67112.95141.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.97%
GREEN value IS 213 (83.59% from 255) = 33.23%
BLUE value IS 191 (75% from 255) = 29.80%
R=36.97%
G=33.23%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721319100.100.190.0728.756.183.92
HexEDD5BF0A1371d3854
Octal3553252770122373570124
Binary1110110111010101101111110101010011111111011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD5BF; }

 p { color: rgb(237,213,191); }

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

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

 a { background-color: rgb(237,213,191); }

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

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

 span { border-color: rgb(237,213,191); }

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