#EDDCC7

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

Shades of Almond #EDDCC7

Tints of Almond #EDDCC7

Color information

#EDDCC7 (or 0xEDDCC7) is unknown color: approx Almond. HEX triplet: ED, DC and C7. RGB value is (237,220,199). Sum of RGB (Red+Green+Blue) = 237+220+199=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 199 (78.12% from 255 or 30.34% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCC7 is #122338. Grayscale: #DEDEDE. Windows color (decimal): -1188665 or 13098221. OLE color: 13098221.

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

Color convert

RGB237220199-
CMYK00.070.160.07
HSL33.16º51.35%85.49%-
HSV(B)33.16º16.03%92.94%-
XYZ70.8373.3164.45-
YUV222.69114.63138.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.13%
GREEN value IS 220 (86.33% from 255) = 33.54%
BLUE value IS 199 (78.12% from 255) = 30.34%
R=36.13%
G=33.54%
B=30.34%

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
Decimal23722019900.070.160.0733.1651.3585.49
HexEDDCC707107213355
Octal355334307072074163125
Binary1110110111011100110001110111100001111000011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCC7; }

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

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

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

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

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

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

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

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