#EDD7BD

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

Shades of Almond #EDD7BD

Tints of Almond #EDD7BD

Color information

#EDD7BD (or 0xEDD7BD) is unknown color: approx Almond. HEX triplet: ED, D7 and BD. RGB value is (237,215,189). Sum of RGB (Red+Green+Blue) = 237+215+189=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7BD is #122842. Grayscale: #DADADA. Windows color (decimal): -1189955 or 12441581. OLE color: 12441581.

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

Color convert

RGB237215189-
CMYK00.090.200.07
HSL32.5º57.14%83.53%-
HSV(B)32.5º20.25%92.94%-
XYZ68.4170.2858.1-
YUV218.61111.29141.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.97%
GREEN value IS 215 (84.38% from 255) = 33.54%
BLUE value IS 189 (74.22% from 255) = 29.49%
R=36.97%
G=33.54%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721518900.090.200.0732.557.1483.53
HexEDD7BD09147213954
Octal3553272750112474171124
Binary11101101110101111011110101001101001111000011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD7BD; }

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

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

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

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

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

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

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

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