#EEDCBF

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

Shades of Solitaire #EEDCBF

Tints of Solitaire #EEDCBF

Color information

#EEDCBF (or 0xEEDCBF) is unknown color: approx Solitaire. HEX triplet: EE, DC and BF. RGB value is (238,220,191). Sum of RGB (Red+Green+Blue) = 238+220+191=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 191 (75% from 255 or 29.43% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCBF is #112340. Grayscale: #DEDEDE. Windows color (decimal): -1123137 or 12573934. OLE color: 12573934.

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

Color convert

RGB238220191-
CMYK00.080.200.07
HSL37.02º58.02%84.12%-
HSV(B)37.02º19.75%93.33%-
XYZ70.2673.1359.7-
YUV222.08110.46139.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.67%
GREEN value IS 220 (86.33% from 255) = 33.90%
BLUE value IS 191 (75% from 255) = 29.43%
R=36.67%
G=33.90%
B=29.43%

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
Decimal23822019100.080.200.0737.0258.0284.12
HexEEDCBF08147253a54
Octal3563342770102474572124
Binary11101110110111001011111101000101001111001011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCBF; }

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

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

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

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

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

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

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

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