#EDDCCC

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

Shades of Almond #EDDCCC

Tints of Almond #EDDCCC

Color information

#EDDCCC (or 0xEDDCCC) is unknown color: approx Almond. HEX triplet: ED, DC and CC. RGB value is (237,220,204). Sum of RGB (Red+Green+Blue) = 237+220+204=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCCC is #122333. Grayscale: #DFDFDF. Windows color (decimal): -1188660 or 13425901. OLE color: 13425901.

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

Color convert

RGB237220204-
CMYK00.070.140.07
HSL29.09º47.83%86.47%-
HSV(B)29.09º13.92%92.94%-
XYZ71.4273.5567.56-
YUV223.26117.13137.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.85%
GREEN value IS 220 (86.33% from 255) = 33.28%
BLUE value IS 204 (80.08% from 255) = 30.86%
R=35.85%
G=33.28%
B=30.86%

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
Decimal23722020400.070.140.0729.0947.8386.47
HexEDDCCC07E71d3056
Octal355334314071673560126
Binary11101101110111001100110001111110111111011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCCC; }

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

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

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

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

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

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

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

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