#EEDDCF

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

Shades of Almond #EEDDCF

Tints of Almond #EEDDCF

Color information

#EEDDCF (or 0xEEDDCF) is unknown color: approx Almond. HEX triplet: EE, DD and CF. RGB value is (238,221,207). Sum of RGB (Red+Green+Blue) = 238+221+207=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 207 (81.25% from 255 or 31.08% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDCF is #112230. Grayscale: #E0E0E0. Windows color (decimal): -1122865 or 13622766. OLE color: 13622766.

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

Color convert

RGB238221207-
CMYK00.070.130.07
HSL27.1º47.69%87.25%-
HSV(B)27.1º13.03%93.33%-
XYZ72.3874.469.58-
YUV224.49118.13137.64-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.74%
GREEN value IS 221 (86.72% from 255) = 33.18%
BLUE value IS 207 (81.25% from 255) = 31.08%
R=35.74%
G=33.18%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822120700.070.130.0727.147.6987.25
HexEEDDCF07D71b3057
Octal356335317071573360127
Binary11101110110111011100111101111101111110111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDCF; }

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

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

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

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

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

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

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

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