#EED7BF

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

Shades of Almond #EED7BF

Tints of Almond #EED7BF

Color information

#EED7BF (or 0xEED7BF) is unknown color: approx Almond. HEX triplet: EE, D7 and BF. RGB value is (238,215,191). Sum of RGB (Red+Green+Blue) = 238+215+191=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 191 (75% from 255 or 29.66% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7BF is #112840. Grayscale: #DBDBDB. Windows color (decimal): -1124417 or 12572654. OLE color: 12572654.

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

Color convert

RGB238215191-
CMYK00.100.200.07
HSL30.64º58.02%84.12%-
HSV(B)30.64º19.75%93.33%-
XYZ68.9670.5459.27-
YUV219.14112.12141.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.96%
GREEN value IS 215 (84.38% from 255) = 33.39%
BLUE value IS 191 (75% from 255) = 29.66%
R=36.96%
G=33.39%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821519100.100.200.0730.6458.0284.12
HexEED7BF0A1471f3a54
Octal3563272770122473772124
Binary1110111011010111101111110101010100111111111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED7BF; }

 p { color: rgb(238,215,191); }

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

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

 a { background-color: rgb(238,215,191); }

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

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

 span { border-color: rgb(238,215,191); }

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