#ECD9BC

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

Shades of Solitaire #ECD9BC

Tints of Solitaire #ECD9BC

Color information

#ECD9BC (or 0xECD9BC) is unknown color: approx Solitaire. HEX triplet: EC, D9 and BC. RGB value is (236,217,188). Sum of RGB (Red+Green+Blue) = 236+217+188=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 188 (73.83% from 255 or 29.33% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9BC is #132643. Grayscale: #DBDBDB. Windows color (decimal): -1254980 or 12376556. OLE color: 12376556.

HSL color Cylindrical-coordinate representation of color #ECD9BC: hue angle of 36.25º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECD9BC is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236217188-
CMYK00.080.200.07
HSL36.25º55.81%83.14%-
HSV(B)36.25º20.34%92.55%-
XYZ68.4871.0957.69-
YUV219.38110.29139.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.82%
GREEN value IS 217 (85.16% from 255) = 33.85%
BLUE value IS 188 (73.83% from 255) = 29.33%
R=36.82%
G=33.85%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621718800.080.200.0736.2555.8183.14
HexECD9BC08147243853
Octal3543312740102474470123
Binary11101100110110011011110001000101001111001001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD9BC; }

 p { color: rgb(236,217,188); }

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

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

 a { background-color: rgb(236,217,188); }

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

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

 span { border-color: rgb(236,217,188); }

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