#EED4BF

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

Shades of Almond #EED4BF

Tints of Almond #EED4BF

Color information

#EED4BF (or 0xEED4BF) is unknown color: approx Almond. HEX triplet: EE, D4 and BF. RGB value is (238,212,191). Sum of RGB (Red+Green+Blue) = 238+212+191=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4BF is #112B40. Grayscale: #D9D9D9. Windows color (decimal): -1125185 or 12571886. OLE color: 12571886.

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

Color convert

RGB238212191-
CMYK00.110.200.07
HSL26.81º58.02%84.12%-
HSV(B)26.81º19.75%93.33%-
XYZ68.2169.0359.02-
YUV217.38113.11142.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.13%
GREEN value IS 212 (83.20% from 255) = 33.07%
BLUE value IS 191 (75% from 255) = 29.80%
R=37.13%
G=33.07%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821219100.110.200.0726.8158.0284.12
HexEED4BF0B1471b3a54
Octal3563242770132473372124
Binary1110111011010100101111110101110100111110111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED4BF; }

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

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

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

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

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

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

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

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