#EADABF

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

Shades of Solitaire #EADABF

Tints of Solitaire #EADABF

Color information

#EADABF (or 0xEADABF) is unknown color: approx Solitaire. HEX triplet: EA, DA and BF. RGB value is (234,218,191). Sum of RGB (Red+Green+Blue) = 234+218+191=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 191 (75% from 255 or 29.70% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EADABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADABF is #152540. Grayscale: #DBDBDB. Windows color (decimal): -1385793 or 12573418. OLE color: 12573418.

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

Color convert

RGB234218191-
CMYK00.070.180.08
HSL37.67º50.59%83.33%-
HSV(B)37.67º18.38%91.76%-
XYZ68.4171.459.47-
YUV219.71111.8138.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.39%
GREEN value IS 218 (85.55% from 255) = 33.90%
BLUE value IS 191 (75% from 255) = 29.70%
R=36.39%
G=33.90%
B=29.70%

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
Decimal23421819100.070.180.0837.6750.5983.33
HexEADABF07128263353
Octal3523322770722104663123
Binary11101010110110101011111101111001010001001101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADABF; }

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

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

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

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

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

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

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

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