#EEDCC3

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

Shades of Solitaire #EEDCC3

Tints of Solitaire #EEDCC3

Color information

#EEDCC3 (or 0xEEDCC3) is unknown color: approx Solitaire. HEX triplet: EE, DC and C3. RGB value is (238,220,195). Sum of RGB (Red+Green+Blue) = 238+220+195=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 195 (76.56% from 255 or 29.86% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCC3 is #11233C. Grayscale: #DEDEDE. Windows color (decimal): -1123133 or 12836078. OLE color: 12836078.

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

Color convert

RGB238220195-
CMYK00.080.180.07
HSL34.88º55.84%84.9%-
HSV(B)34.88º18.07%93.33%-
XYZ70.773.362.05-
YUV222.53112.46139.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.45%
GREEN value IS 220 (86.33% from 255) = 33.69%
BLUE value IS 195 (76.56% from 255) = 29.86%
R=36.45%
G=33.69%
B=29.86%

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
Decimal23822019500.080.180.0734.8855.8484.9
HexEEDCC308127233855
Octal3563343030102274370125
Binary11101110110111001100001101000100101111000111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCC3; }

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

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

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

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

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

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

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

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