#EDD6BF

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

Shades of Almond #EDD6BF

Tints of Almond #EDD6BF

Color information

#EDD6BF (or 0xEDD6BF) is unknown color: approx Almond. HEX triplet: ED, D6 and BF. RGB value is (237,214,191). Sum of RGB (Red+Green+Blue) = 237+214+191=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 214 (83.98% from 255 or 33.33% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD6BF is #122940. Grayscale: #DADADA. Windows color (decimal): -1190209 or 12572397. OLE color: 12572397.

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

Color convert

RGB237214191-
CMYK00.100.190.07
HSL30º56.1%83.92%-
HSV(B)30º19.41%92.94%-
XYZ68.3869.8659.17-
YUV218.26112.62141.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 214 (83.98% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 29.75%
R=36.92%
G=33.33%
B=29.75%

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
Decimal23721419100.100.190.073056.183.92
HexEDD6BF0A1371e3854
Octal3553262770122373670124
Binary1110110111010110101111110101010011111111101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD6BF; }

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

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

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

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

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

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

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

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