#EEDDC3

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

Shades of Solitaire #EEDDC3

Tints of Solitaire #EEDDC3

Color information

#EEDDC3 (or 0xEEDDC3) is unknown color: approx Solitaire. HEX triplet: EE, DD and C3. RGB value is (238,221,195). Sum of RGB (Red+Green+Blue) = 238+221+195=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 195 (76.56% from 255 or 29.82% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDC3 is #11223C. Grayscale: #DFDFDF. Windows color (decimal): -1122877 or 12836334. OLE color: 12836334.

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

Color convert

RGB238221195-
CMYK00.070.180.07
HSL36.28º55.84%84.9%-
HSV(B)36.28º18.07%93.33%-
XYZ70.9773.8362.14-
YUV223.12112.13138.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.39%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 195 (76.56% from 255) = 29.82%
R=36.39%
G=33.79%
B=29.82%

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
Decimal23822119500.070.180.0736.2855.8484.9
HexEEDDC307127243855
Octal356335303072274470125
Binary1110111011011101110000110111100101111001001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDC3; }

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

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

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

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

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

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

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

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