#EADAC1

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

Shades of Solitaire #EADAC1

Tints of Solitaire #EADAC1

Color information

#EADAC1 (or 0xEADAC1) is unknown color: approx Solitaire. HEX triplet: EA, DA and C1. RGB value is (234,218,193). Sum of RGB (Red+Green+Blue) = 234+218+193=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 193 (75.78% from 255 or 29.92% from 645); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADAC1 is #15253E. Grayscale: #DCDCDC. Windows color (decimal): -1385791 or 12704490. OLE color: 12704490.

HSL color Cylindrical-coordinate representation of color #EADAC1: hue angle of 36.59º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EADAC1 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB234218193-
CMYK00.070.180.08
HSL36.59º49.4%83.73%-
HSV(B)36.59º17.52%91.76%-
XYZ68.6371.4960.63-
YUV219.93112.8138.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.28%
GREEN value IS 218 (85.55% from 255) = 33.80%
BLUE value IS 193 (75.78% from 255) = 29.92%
R=36.28%
G=33.80%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421819300.070.180.0836.5949.483.73
HexEADAC107128253154
Octal3523323010722104561124
Binary11101010110110101100000101111001010001001011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADAC1; }

 p { color: rgb(234,218,193); }

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

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

 a { background-color: rgb(234,218,193); }

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

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

 span { border-color: rgb(234,218,193); }

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