#EEDEC2

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

Shades of Solitaire #EEDEC2

Tints of Solitaire #EEDEC2

Color information

#EEDEC2 (or 0xEEDEC2) is unknown color: approx Solitaire. HEX triplet: EE, DE and C2. RGB value is (238,222,194). Sum of RGB (Red+Green+Blue) = 238+222+194=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 194 (76.17% from 255 or 29.66% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEC2 is #11213D. Grayscale: #DFDFDF. Windows color (decimal): -1122622 or 12771054. OLE color: 12771054.

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

Color convert

RGB238222194-
CMYK00.070.180.07
HSL38.18º56.41%84.71%-
HSV(B)38.18º18.49%93.33%-
XYZ71.1274.3161.63-
YUV223.59111.3138.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.39%
GREEN value IS 222 (87.11% from 255) = 33.94%
BLUE value IS 194 (76.17% from 255) = 29.66%
R=36.39%
G=33.94%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822219400.070.180.0738.1856.4184.71
HexEEDEC207127263855
Octal356336302072274670125
Binary1110111011011110110000100111100101111001101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEC2; }

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

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

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

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

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

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

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

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