#EED9BF

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

Shades of Solitaire #EED9BF

Tints of Solitaire #EED9BF

Color information

#EED9BF (or 0xEED9BF) is unknown color: approx Solitaire. HEX triplet: EE, D9 and BF. RGB value is (238,217,191). Sum of RGB (Red+Green+Blue) = 238+217+191=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 191 (75% from 255 or 29.57% from 646); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9BF is #112640. Grayscale: #DCDCDC. Windows color (decimal): -1123905 or 12573166. OLE color: 12573166.

HSL color Cylindrical-coordinate representation of color #EED9BF: hue angle of 33.19º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EED9BF is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238217191-
CMYK00.090.200.07
HSL33.19º58.02%84.12%-
HSV(B)33.19º19.75%93.33%-
XYZ69.4871.5659.44-
YUV220.32111.46140.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.84%
GREEN value IS 217 (85.16% from 255) = 33.59%
BLUE value IS 191 (75% from 255) = 29.57%
R=36.84%
G=33.59%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821719100.090.200.0733.1958.0284.12
HexEED9BF09147213a54
Octal3563312770112474172124
Binary11101110110110011011111101001101001111000011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED9BF; }

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

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

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

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

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

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

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

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