#EEDABF

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

Shades of Solitaire #EEDABF

Tints of Solitaire #EEDABF

Color information

#EEDABF (or 0xEEDABF) is unknown color: approx Solitaire. HEX triplet: EE, DA and BF. RGB value is (238,218,191). Sum of RGB (Red+Green+Blue) = 238+218+191=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 191 (75% from 255 or 29.52% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDABF is #112540. Grayscale: #DDDDDD. Windows color (decimal): -1123649 or 12573422. OLE color: 12573422.

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

Color convert

RGB238218191-
CMYK00.080.200.07
HSL34.47º58.02%84.12%-
HSV(B)34.47º19.75%93.33%-
XYZ69.7472.0859.53-
YUV220.9111.13140.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.79%
GREEN value IS 218 (85.55% from 255) = 33.69%
BLUE value IS 191 (75% from 255) = 29.52%
R=36.79%
G=33.69%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821819100.080.200.0734.4758.0284.12
HexEEDABF08147223a54
Octal3563322770102474272124
Binary11101110110110101011111101000101001111000101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDABF; }

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

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

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

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

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

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

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

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