#EADABE

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

Shades of Solitaire #EADABE

Tints of Solitaire #EADABE

Color information

#EADABE (or 0xEADABE) is unknown color: approx Solitaire. HEX triplet: EA, DA and BE. RGB value is (234,218,190). Sum of RGB (Red+Green+Blue) = 234+218+190=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 190 (74.61% from 255 or 29.60% from 642); Max value from RGB is 234 - color contains mainly: red. Hex color #EADABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADABE is #152541. Grayscale: #DBDBDB. Windows color (decimal): -1385794 or 12507882. OLE color: 12507882.

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

Color convert

RGB234218190-
CMYK00.070.190.08
HSL38.18º51.16%83.14%-
HSV(B)38.18º18.8%91.76%-
XYZ68.371.3558.89-
YUV219.59111.3138.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.45%
GREEN value IS 218 (85.55% from 255) = 33.96%
BLUE value IS 190 (74.61% from 255) = 29.60%
R=36.45%
G=33.96%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421819000.070.190.0838.1851.1683.14
HexEADABE07138263353
Octal3523322760723104663123
Binary11101010110110101011111001111001110001001101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADABE; }

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

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

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

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

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

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

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

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