#EEDEC3

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

Shades of Solitaire #EEDEC3

Tints of Solitaire #EEDEC3

Color information

#EEDEC3 (or 0xEEDEC3) is unknown color: approx Solitaire. HEX triplet: EE, DE and C3. RGB value is (238,222,195). Sum of RGB (Red+Green+Blue) = 238+222+195=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 195 (76.56% from 255 or 29.77% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEC3 is #11213C. Grayscale: #DFDFDF. Windows color (decimal): -1122621 or 12836590. OLE color: 12836590.

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

Color convert

RGB238222195-
CMYK00.070.180.07
HSL37.67º55.84%84.9%-
HSV(B)37.67º18.07%93.33%-
XYZ71.2374.3662.23-
YUV223.71111.8138.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.34%
GREEN value IS 222 (87.11% from 255) = 33.89%
BLUE value IS 195 (76.56% from 255) = 29.77%
R=36.34%
G=33.89%
B=29.77%

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
Decimal23822219500.070.180.0737.6755.8484.9
HexEEDEC307127263855
Octal356336303072274670125
Binary1110111011011110110000110111100101111001101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEC3; }

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

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

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

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

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

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

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

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