#EDDCCD

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

Shades of Almond #EDDCCD

Tints of Almond #EDDCCD

Color information

#EDDCCD (or 0xEDDCCD) is unknown color: approx Almond. HEX triplet: ED, DC and CD. RGB value is (237,220,205). Sum of RGB (Red+Green+Blue) = 237+220+205=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCCD is #122332. Grayscale: #DFDFDF. Windows color (decimal): -1188659 or 13491437. OLE color: 13491437.

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

Color convert

RGB237220205-
CMYK00.070.140.07
HSL28.13º47.06%86.67%-
HSV(B)28.13º13.5%92.94%-
XYZ71.5473.668.19-
YUV223.37117.63137.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.80%
GREEN value IS 220 (86.33% from 255) = 33.23%
BLUE value IS 205 (80.47% from 255) = 30.97%
R=35.80%
G=33.23%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722020500.070.140.0728.1347.0686.67
HexEDDCCD07E71c2f57
Octal355334315071673457127
Binary11101101110111001100110101111110111111001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCCD; }

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

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

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

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

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

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

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

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