#EEDDC0

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

Shades of Solitaire #EEDDC0

Tints of Solitaire #EEDDC0

Color information

#EEDDC0 (or 0xEEDDC0) is unknown color: approx Solitaire. HEX triplet: EE, DD and C0. RGB value is (238,221,192). Sum of RGB (Red+Green+Blue) = 238+221+192=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 192 (75.39% from 255 or 29.49% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDC0 is #11223F. Grayscale: #DEDEDE. Windows color (decimal): -1122880 or 12639726. OLE color: 12639726.

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

Color convert

RGB238221192-
CMYK00.070.190.07
HSL37.83º57.5%84.31%-
HSV(B)37.83º19.33%93.33%-
XYZ70.6373.760.37-
YUV222.78110.63138.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.56%
GREEN value IS 221 (86.72% from 255) = 33.95%
BLUE value IS 192 (75.39% from 255) = 29.49%
R=36.56%
G=33.95%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822119200.070.190.0737.8357.584.31
HexEEDDC007137263a54
Octal356335300072374672124
Binary1110111011011101110000000111100111111001101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDC0; }

 p { color: rgb(238,221,192); }

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

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

 a { background-color: rgb(238,221,192); }

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

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

 span { border-color: rgb(238,221,192); }

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