#EED7BD

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

Shades of Almond #EED7BD

Tints of Almond #EED7BD

Color information

#EED7BD (or 0xEED7BD) is unknown color: approx Almond. HEX triplet: EE, D7 and BD. RGB value is (238,215,189). Sum of RGB (Red+Green+Blue) = 238+215+189=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 189 (74.22% from 255 or 29.44% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7BD is #112842. Grayscale: #DBDBDB. Windows color (decimal): -1124419 or 12441582. OLE color: 12441582.

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

Color convert

RGB238215189-
CMYK00.100.210.07
HSL31.84º59.04%83.73%-
HSV(B)31.84º20.59%93.33%-
XYZ68.7570.4558.12-
YUV218.91111.12141.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 215 (84.38% from 255) = 33.49%
BLUE value IS 189 (74.22% from 255) = 29.44%
R=37.07%
G=33.49%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821518900.100.210.0731.8459.0483.73
HexEED7BD0A157203b54
Octal3563272750122574073124
Binary11101110110101111011110101010101011111000001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED7BD; }

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

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

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

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

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

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

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

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