#EADCC2

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

Shades of Solitaire #EADCC2

Tints of Solitaire #EADCC2

Color information

#EADCC2 (or 0xEADCC2) is unknown color: approx Solitaire. HEX triplet: EA, DC and C2. RGB value is (234,220,194). Sum of RGB (Red+Green+Blue) = 234+220+194=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 194 (76.17% from 255 or 29.94% from 648); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCC2 is #15233D. Grayscale: #DDDDDD. Windows color (decimal): -1385278 or 12770538. OLE color: 12770538.

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

Color convert

RGB234220194-
CMYK00.060.170.08
HSL39º48.78%83.92%-
HSV(B)39º17.09%91.76%-
XYZ69.2672.5761.4-
YUV221.22112.64137.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.11%
GREEN value IS 220 (86.33% from 255) = 33.95%
BLUE value IS 194 (76.17% from 255) = 29.94%
R=36.11%
G=33.95%
B=29.94%

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
Decimal23422019400.060.170.083948.7883.92
HexEADCC206118273154
Octal3523343020621104761124
Binary11101010110111001100001001101000110001001111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCC2; }

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

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

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

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

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

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

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

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