#EED3BE

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

Shades of Almond #EED3BE

Tints of Almond #EED3BE

Color information

#EED3BE (or 0xEED3BE) is unknown color: approx Almond. HEX triplet: EE, D3 and BE. RGB value is (238,211,190). Sum of RGB (Red+Green+Blue) = 238+211+190=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 211 (82.81% from 255 or 33.02% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED3BE is #112C41. Grayscale: #D8D8D8. Windows color (decimal): -1125442 or 12506094. OLE color: 12506094.

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

Color convert

RGB238211190-
CMYK00.110.200.07
HSL26.25º58.54%83.92%-
HSV(B)26.25º20.17%93.33%-
XYZ67.8568.4858.36-
YUV216.68112.95143.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.25%
GREEN value IS 211 (82.81% from 255) = 33.02%
BLUE value IS 190 (74.61% from 255) = 29.73%
R=37.25%
G=33.02%
B=29.73%

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
Decimal23821119000.110.200.0726.2558.5483.92
HexEED3BE0B1471a3b54
Octal3563232760132473273124
Binary1110111011010011101111100101110100111110101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED3BE; }

 p { color: rgb(238,211,190); }

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

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

 a { background-color: rgb(238,211,190); }

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

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

 span { border-color: rgb(238,211,190); }

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