#EEDCC2

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

Shades of Solitaire #EEDCC2

Tints of Solitaire #EEDCC2

Color information

#EEDCC2 (or 0xEEDCC2) is unknown color: approx Solitaire. HEX triplet: EE, DC and C2. RGB value is (238,220,194). Sum of RGB (Red+Green+Blue) = 238+220+194=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 194 (76.17% from 255 or 29.75% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCC2 is #11233D. Grayscale: #DEDEDE. Windows color (decimal): -1123134 or 12770542. OLE color: 12770542.

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

Color convert

RGB238220194-
CMYK00.080.180.07
HSL35.45º56.41%84.71%-
HSV(B)35.45º18.49%93.33%-
XYZ70.5973.2661.46-
YUV222.42111.96139.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.50%
GREEN value IS 220 (86.33% from 255) = 33.74%
BLUE value IS 194 (76.17% from 255) = 29.75%
R=36.50%
G=33.74%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822019400.080.180.0735.4556.4184.71
HexEEDCC208127233855
Octal3563343020102274370125
Binary11101110110111001100001001000100101111000111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCC2; }

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

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

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

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

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

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

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

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