#EEDDC7

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

Shades of Almond #EEDDC7

Tints of Almond #EEDDC7

Color information

#EEDDC7 (or 0xEEDDC7) is unknown color: approx Almond. HEX triplet: EE, DD and C7. RGB value is (238,221,199). Sum of RGB (Red+Green+Blue) = 238+221+199=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 199 (78.12% from 255 or 30.24% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDC7 is #112238. Grayscale: #DFDFDF. Windows color (decimal): -1122873 or 13098478. OLE color: 13098478.

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

Color convert

RGB238221199-
CMYK00.070.160.07
HSL33.85º53.42%85.69%-
HSV(B)33.85º16.39%93.33%-
XYZ71.4374.0164.55-
YUV223.58114.13138.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.17%
GREEN value IS 221 (86.72% from 255) = 33.59%
BLUE value IS 199 (78.12% from 255) = 30.24%
R=36.17%
G=33.59%
B=30.24%

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
Decimal23822119900.070.160.0733.8553.4285.69
HexEEDDC707107223556
Octal356335307072074265126
Binary1110111011011101110001110111100001111000101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDC7; }

 p { color: rgb(238,221,199); }

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

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

 a { background-color: rgb(238,221,199); }

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

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

 span { border-color: rgb(238,221,199); }

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