#E9DAC3

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

Shades of Solitaire #E9DAC3

Tints of Solitaire #E9DAC3

Color information

#E9DAC3 (or 0xE9DAC3) is unknown color: approx Solitaire. HEX triplet: E9, DA and C3. RGB value is (233,218,195). Sum of RGB (Red+Green+Blue) = 233+218+195=646 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.07% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 195 (76.56% from 255 or 30.19% from 646); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DAC3 is #16253C. Grayscale: #DBDBDB. Windows color (decimal): -1451325 or 12835561. OLE color: 12835561.

HSL color Cylindrical-coordinate representation of color #E9DAC3: hue angle of 36.32º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E9DAC3 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB233218195-
CMYK00.060.160.09
HSL36.32º46.34%83.92%-
HSV(B)36.32º16.31%91.37%-
XYZ68.5371.4161.8-
YUV219.86113.97137.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.07%
GREEN value IS 218 (85.55% from 255) = 33.75%
BLUE value IS 195 (76.56% from 255) = 30.19%
R=36.07%
G=33.75%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321819500.060.160.0936.3246.3483.92
HexE9DAC306109242e54
Octal3513323030620114456124
Binary11101001110110101100001101101000010011001001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DAC3; }

 p { color: rgb(233,218,195); }

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

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

 a { background-color: rgb(233,218,195); }

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

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

 span { border-color: rgb(233,218,195); }

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