#EEDEC7

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

Shades of Solitaire #EEDEC7

Tints of Solitaire #EEDEC7

Color information

#EEDEC7 (or 0xEEDEC7) is unknown color: approx Solitaire. HEX triplet: EE, DE and C7. RGB value is (238,222,199). Sum of RGB (Red+Green+Blue) = 238+222+199=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 199 (78.12% from 255 or 30.20% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEC7 is #112138. Grayscale: #E0E0E0. Windows color (decimal): -1122617 or 13098734. OLE color: 13098734.

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

Color convert

RGB238222199-
CMYK00.070.160.07
HSL35.38º53.42%85.69%-
HSV(B)35.38º16.39%93.33%-
XYZ71.6974.5464.64-
YUV224.16113.8137.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.12%
GREEN value IS 222 (87.11% from 255) = 33.69%
BLUE value IS 199 (78.12% from 255) = 30.20%
R=36.12%
G=33.69%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822219900.070.160.0735.3853.4285.69
HexEEDEC707107233556
Octal356336307072074365126
Binary1110111011011110110001110111100001111000111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEC7; }

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

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

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

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

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

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

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

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