#EADBC2

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

Shades of Solitaire #EADBC2

Tints of Solitaire #EADBC2

Color information

#EADBC2 (or 0xEADBC2) is unknown color: approx Solitaire. HEX triplet: EA, DB and C2. RGB value is (234,219,194). Sum of RGB (Red+Green+Blue) = 234+219+194=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 194 (76.17% from 255 or 29.98% from 647); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBC2 is #15243D. Grayscale: #DCDCDC. Windows color (decimal): -1385534 or 12770282. OLE color: 12770282.

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

Color convert

RGB234219194-
CMYK00.060.170.08
HSL37.5º48.78%83.92%-
HSV(B)37.5º17.09%91.76%-
XYZ6972.0561.31-
YUV220.64112.97137.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.17%
GREEN value IS 219 (85.94% from 255) = 33.85%
BLUE value IS 194 (76.17% from 255) = 29.98%
R=36.17%
G=33.85%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421919400.060.170.0837.548.7883.92
HexEADBC206118263154
Octal3523333020621104661124
Binary11101010110110111100001001101000110001001101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBC2; }

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

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

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

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

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

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

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

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