#EDDECD

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

Shades of Almond #EDDECD

Tints of Almond #EDDECD

Color information

#EDDECD (or 0xEDDECD) is unknown color: approx Almond. HEX triplet: ED, DE and CD. RGB value is (237,222,205). Sum of RGB (Red+Green+Blue) = 237+222+205=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 205 (80.47% from 255 or 30.87% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDECD is #122132. Grayscale: #E0E0E0. Windows color (decimal): -1188147 or 13491949. OLE color: 13491949.

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

Color convert

RGB237222205-
CMYK00.060.140.07
HSL31.88º47.06%86.67%-
HSV(B)31.88º13.5%92.94%-
XYZ72.0774.6568.37-
YUV224.55116.97136.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.69%
GREEN value IS 222 (87.11% from 255) = 33.43%
BLUE value IS 205 (80.47% from 255) = 30.87%
R=35.69%
G=33.43%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722220500.060.140.0731.8847.0686.67
HexEDDECD06E7202f57
Octal355336315061674057127
Binary111011011101111011001101011011101111000001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDECD; }

 p { color: rgb(237,222,205); }

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

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

 a { background-color: rgb(237,222,205); }

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

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

 span { border-color: rgb(237,222,205); }

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