#EEDEC6

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

Shades of Solitaire #EEDEC6

Tints of Solitaire #EEDEC6

Color information

#EEDEC6 (or 0xEEDEC6) is unknown color: approx Solitaire. HEX triplet: EE, DE and C6. RGB value is (238,222,198). Sum of RGB (Red+Green+Blue) = 238+222+198=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 198 (77.73% from 255 or 30.09% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEC6 is #112139. Grayscale: #E0E0E0. Windows color (decimal): -1122618 or 13033198. OLE color: 13033198.

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

Color convert

RGB238222198-
CMYK00.070.170.07
HSL36º54.05%85.49%-
HSV(B)36º16.81%93.33%-
XYZ71.5774.564.03-
YUV224.05113.3137.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.17%
GREEN value IS 222 (87.11% from 255) = 33.74%
BLUE value IS 198 (77.73% from 255) = 30.09%
R=36.17%
G=33.74%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822219800.070.170.073654.0585.49
HexEEDEC607117243655
Octal356336306072174466125
Binary1110111011011110110001100111100011111001001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEC6; }

 p { color: rgb(238,222,198); }

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

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

 a { background-color: rgb(238,222,198); }

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

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

 span { border-color: rgb(238,222,198); }

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