#EED4BD

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

Shades of Almond #EED4BD

Tints of Almond #EED4BD

Color information

#EED4BD (or 0xEED4BD) is unknown color: approx Almond. HEX triplet: EE, D4 and BD. RGB value is (238,212,189). Sum of RGB (Red+Green+Blue) = 238+212+189=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4BD is #112B42. Grayscale: #D9D9D9. Windows color (decimal): -1125187 or 12440814. OLE color: 12440814.

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

Color convert

RGB238212189-
CMYK00.110.210.07
HSL28.16º59.04%83.73%-
HSV(B)28.16º20.59%93.33%-
XYZ67.9968.9457.87-
YUV217.15112.11142.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.25%
GREEN value IS 212 (83.20% from 255) = 33.18%
BLUE value IS 189 (74.22% from 255) = 29.58%
R=37.25%
G=33.18%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821218900.110.210.0728.1659.0483.73
HexEED4BD0B1571c3b54
Octal3563242750132573473124
Binary1110111011010100101111010101110101111111001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED4BD; }

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

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

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

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

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

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

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

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