#EDD4BD

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

Shades of Almond #EDD4BD

Tints of Almond #EDD4BD

Color information

#EDD4BD (or 0xEDD4BD) is unknown color: approx Almond. HEX triplet: ED, D4 and BD. RGB value is (237,212,189). Sum of RGB (Red+Green+Blue) = 237+212+189=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD4BD is #122B42. Grayscale: #D8D8D8. Windows color (decimal): -1190723 or 12440813. OLE color: 12440813.

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

Color convert

RGB237212189-
CMYK00.110.200.07
HSL28.75º57.14%83.53%-
HSV(B)28.75º20.25%92.94%-
XYZ67.6568.7757.85-
YUV216.85112.28142.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 212 (83.20% from 255) = 33.23%
BLUE value IS 189 (74.22% from 255) = 29.62%
R=37.15%
G=33.23%
B=29.62%

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
Decimal23721218900.110.200.0728.7557.1483.53
HexEDD4BD0B1471d3954
Octal3553242750132473571124
Binary1110110111010100101111010101110100111111011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD4BD; }

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

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

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

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

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

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

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

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