#EDDDC9

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

Shades of Almond #EDDDC9

Tints of Almond #EDDDC9

Color information

#EDDDC9 (or 0xEDDDC9) is unknown color: approx Almond. HEX triplet: ED, DD and C9. RGB value is (237,221,201). Sum of RGB (Red+Green+Blue) = 237+221+201=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 201 (78.91% from 255 or 30.50% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDC9 is #122236. Grayscale: #DFDFDF. Windows color (decimal): -1188407 or 13229549. OLE color: 13229549.

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

Color convert

RGB237221201-
CMYK00.070.150.07
HSL33.33º50%85.88%-
HSV(B)33.33º15.19%92.94%-
XYZ71.3273.9365.77-
YUV223.5115.3137.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.96%
GREEN value IS 221 (86.72% from 255) = 33.54%
BLUE value IS 201 (78.91% from 255) = 30.50%
R=35.96%
G=33.54%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722120100.070.150.0733.335085.88
HexEDDDC907F7213256
Octal355335311071774162126
Binary111011011101110111001001011111111111000011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDC9; }

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

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

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

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

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

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

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

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