#EED9CA

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

Shades of Almond #EED9CA

Tints of Almond #EED9CA

Color information

#EED9CA (or 0xEED9CA) is unknown color: approx Almond. HEX triplet: EE, D9 and CA. RGB value is (238,217,202). Sum of RGB (Red+Green+Blue) = 238+217+202=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9CA is #112635. Grayscale: #DDDDDD. Windows color (decimal): -1123894 or 13294062. OLE color: 13294062.

HSL color Cylindrical-coordinate representation of color #EED9CA: hue angle of 25º 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 #EED9CA is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238217202-
CMYK00.090.150.07
HSL25º51.43%86.27%-
HSV(B)25º15.13%93.33%-
XYZ70.7372.0766.06-
YUV221.57116.96139.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.23%
GREEN value IS 217 (85.16% from 255) = 33.03%
BLUE value IS 202 (79.30% from 255) = 30.75%
R=36.23%
G=33.03%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821720200.090.150.072551.4386.27
HexEED9CA09F7193356
Octal3563313120111773163126
Binary111011101101100111001010010011111111110011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED9CA; }

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

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

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

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

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

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

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

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