#EDDDCD

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

Shades of Almond #EDDDCD

Tints of Almond #EDDDCD

Color information

#EDDDCD (or 0xEDDDCD) is unknown color: approx Almond. HEX triplet: ED, DD and CD. RGB value is (237,221,205). Sum of RGB (Red+Green+Blue) = 237+221+205=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 205 (80.47% from 255 or 30.92% from 663); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDCD is #122232. Grayscale: #E0E0E0. Windows color (decimal): -1188403 or 13491693. OLE color: 13491693.

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

Color convert

RGB237221205-
CMYK00.070.140.07
HSL30º47.06%86.67%-
HSV(B)30º13.5%92.94%-
XYZ71.874.1368.28-
YUV223.96117.3137.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.75%
GREEN value IS 221 (86.72% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 30.92%
R=35.75%
G=33.33%
B=30.92%

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
Decimal23722120500.070.140.073047.0686.67
HexEDDDCD07E71e2f57
Octal355335315071673657127
Binary11101101110111011100110101111110111111101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDCD; }

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

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

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

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

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

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

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

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