#EADBC1

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

Shades of Solitaire #EADBC1

Tints of Solitaire #EADBC1

Color information

#EADBC1 (or 0xEADBC1) is unknown color: approx Solitaire. HEX triplet: EA, DB and C1. RGB value is (234,219,193). Sum of RGB (Red+Green+Blue) = 234+219+193=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 193 (75.78% from 255 or 29.88% from 646); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBC1 is #15243E. Grayscale: #DCDCDC. Windows color (decimal): -1385535 or 12704746. OLE color: 12704746.

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

Color convert

RGB234219193-
CMYK00.060.180.08
HSL38.05º49.4%83.73%-
HSV(B)38.05º17.52%91.76%-
XYZ68.8972.0160.72-
YUV220.52112.47137.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.22%
GREEN value IS 219 (85.94% from 255) = 33.90%
BLUE value IS 193 (75.78% from 255) = 29.88%
R=36.22%
G=33.90%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421919300.060.180.0838.0549.483.73
HexEADBC106128263154
Octal3523333010622104661124
Binary11101010110110111100000101101001010001001101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBC1; }

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

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

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

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

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

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

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

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