#EEDEC5

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

Shades of Solitaire #EEDEC5

Tints of Solitaire #EEDEC5

Color information

#EEDEC5 (or 0xEEDEC5) is unknown color: approx Solitaire. HEX triplet: EE, DE and C5. RGB value is (238,222,197). Sum of RGB (Red+Green+Blue) = 238+222+197=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 197 (77.34% from 255 or 29.98% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEC5 is #11213A. Grayscale: #E0E0E0. Windows color (decimal): -1122619 or 12967662. OLE color: 12967662.

HSL color Cylindrical-coordinate representation of color #EEDEC5: hue angle of 36.59º degrees, saturation: 0.55, 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 #EEDEC5 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB238222197-
CMYK00.070.170.07
HSL36.59º54.67%85.29%-
HSV(B)36.59º17.23%93.33%-
XYZ71.4674.4563.43-
YUV223.93112.8138.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.23%
GREEN value IS 222 (87.11% from 255) = 33.79%
BLUE value IS 197 (77.34% from 255) = 29.98%
R=36.23%
G=33.79%
B=29.98%

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
Decimal23822219700.070.170.0736.5954.6785.29
HexEEDEC507117253755
Octal356336305072174567125
Binary1110111011011110110001010111100011111001011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEC5; }

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

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

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

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

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

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

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

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