#EDDACB

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

Shades of Almond #EDDACB

Tints of Almond #EDDACB

Color information

#EDDACB (or 0xEDDACB) is unknown color: approx Almond. HEX triplet: ED, DA and CB. RGB value is (237,218,203). Sum of RGB (Red+Green+Blue) = 237+218+203=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDACB is #122534. Grayscale: #DEDEDE. Windows color (decimal): -1189173 or 13359853. OLE color: 13359853.

HSL color Cylindrical-coordinate representation of color #EDDACB: hue angle of 26.47º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDDACB is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB237218203-
CMYK00.080.140.07
HSL26.47º48.57%86.27%-
HSV(B)26.47º14.35%92.94%-
XYZ70.7872.4666.76-
YUV221.97117.29138.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 218 (85.55% from 255) = 33.13%
BLUE value IS 203 (79.69% from 255) = 30.85%
R=36.02%
G=33.13%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721820300.080.140.0726.4748.5786.27
HexEDDACB08E71a3156
Octal3553323130101673261126
Binary111011011101101011001011010001110111110101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDACB; }

 p { color: rgb(237,218,203); }

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

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

 a { background-color: rgb(237,218,203); }

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

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

 span { border-color: rgb(237,218,203); }

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