#EEDDCA

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

Shades of Almond #EEDDCA

Tints of Almond #EEDDCA

Color information

#EEDDCA (or 0xEEDDCA) is unknown color: approx Almond. HEX triplet: EE, DD and CA. RGB value is (238,221,202). Sum of RGB (Red+Green+Blue) = 238+221+202=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDCA is #112235. Grayscale: #E0E0E0. Windows color (decimal): -1122870 or 13295086. OLE color: 13295086.

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

Color convert

RGB238221202-
CMYK00.070.150.07
HSL31.67º51.43%86.27%-
HSV(B)31.67º15.13%93.33%-
XYZ71.7874.1566.41-
YUV223.92115.63138.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.01%
GREEN value IS 221 (86.72% from 255) = 33.43%
BLUE value IS 202 (79.30% from 255) = 30.56%
R=36.01%
G=33.43%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822120200.070.150.0731.6751.4386.27
HexEEDDCA07F7203356
Octal356335312071774063126
Binary111011101101110111001010011111111111000001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDCA; }

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

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

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

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

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

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

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

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