#EDD3BE

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

Shades of Almond #EDD3BE

Tints of Almond #EDD3BE

Color information

#EDD3BE (or 0xEDD3BE) is unknown color: approx Almond. HEX triplet: ED, D3 and BE. RGB value is (237,211,190). Sum of RGB (Red+Green+Blue) = 237+211+190=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD3BE is #122C41. Grayscale: #D8D8D8. Windows color (decimal): -1190978 or 12506093. OLE color: 12506093.

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

Color convert

RGB237211190-
CMYK00.110.200.07
HSL26.81º56.63%83.73%-
HSV(B)26.81º19.83%92.94%-
XYZ67.5168.3158.34-
YUV216.38113.11142.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 211 (82.81% from 255) = 33.07%
BLUE value IS 190 (74.61% from 255) = 29.78%
R=37.15%
G=33.07%
B=29.78%

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
Decimal23721119000.110.200.0726.8156.6383.73
HexEDD3BE0B1471b3954
Octal3553232760132473371124
Binary1110110111010011101111100101110100111110111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD3BE; }

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

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

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

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

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

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

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

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