#EDDCC8

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

Shades of Almond #EDDCC8

Tints of Almond #EDDCC8

Color information

#EDDCC8 (or 0xEDDCC8) is unknown color: approx Almond. HEX triplet: ED, DC and C8. RGB value is (237,220,200). Sum of RGB (Red+Green+Blue) = 237+220+200=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 200 (78.52% from 255 or 30.44% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCC8 is #122337. Grayscale: #DEDEDE. Windows color (decimal): -1188664 or 13163757. OLE color: 13163757.

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

Color convert

RGB237220200-
CMYK00.070.160.07
HSL32.43º50.68%85.69%-
HSV(B)32.43º15.61%92.94%-
XYZ70.9473.3665.06-
YUV222.8115.13138.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.07%
GREEN value IS 220 (86.33% from 255) = 33.49%
BLUE value IS 200 (78.52% from 255) = 30.44%
R=36.07%
G=33.49%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722020000.070.160.0732.4350.6885.69
HexEDDCC807107203356
Octal355334310072074063126
Binary1110110111011100110010000111100001111000001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCC8; }

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

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

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

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

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

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

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

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