#EDDDCC

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

Shades of Almond #EDDDCC

Tints of Almond #EDDDCC

Color information

#EDDDCC (or 0xEDDDCC) is unknown color: approx Almond. HEX triplet: ED, DD and CC. RGB value is (237,221,204). Sum of RGB (Red+Green+Blue) = 237+221+204=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDCC is #122233. Grayscale: #DFDFDF. Windows color (decimal): -1188404 or 13426157. OLE color: 13426157.

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

Color convert

RGB237221204-
CMYK00.070.140.07
HSL30.91º47.83%86.47%-
HSV(B)30.91º13.92%92.94%-
XYZ71.6874.0867.65-
YUV223.85116.8137.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.80%
GREEN value IS 221 (86.72% from 255) = 33.38%
BLUE value IS 204 (80.08% from 255) = 30.82%
R=35.80%
G=33.38%
B=30.82%

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
Decimal23722120400.070.140.0730.9147.8386.47
HexEDDDCC07E71f3056
Octal355335314071673760126
Binary11101101110111011100110001111110111111111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDCC; }

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

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

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

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

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

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

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

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