#EED9C3

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

Shades of Almond #EED9C3

Tints of Almond #EED9C3

Color information

#EED9C3 (or 0xEED9C3) is unknown color: approx Almond. HEX triplet: EE, D9 and C3. RGB value is (238,217,195). Sum of RGB (Red+Green+Blue) = 238+217+195=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 217 (85.16% from 255 or 33.38% from 650); Blue value is 195 (76.56% from 255 or 30% from 650); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9C3 is #11263C. Grayscale: #DCDCDC. Windows color (decimal): -1123901 or 12835310. OLE color: 12835310.

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

Color convert

RGB238217195-
CMYK00.090.180.07
HSL30.7º55.84%84.9%-
HSV(B)30.7º18.07%93.33%-
XYZ69.9271.7461.79-
YUV220.77113.46140.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.62%
GREEN value IS 217 (85.16% from 255) = 33.38%
BLUE value IS 195 (76.56% from 255) = 30%
R=36.62%
G=33.38%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821719500.090.180.0730.755.8484.9
HexEED9C3091271f3855
Octal3563313030112273770125
Binary1110111011011001110000110100110010111111111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED9C3; }

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

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

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

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

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

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

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

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