#ECD9C1

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

Shades of Solitaire #ECD9C1

Tints of Solitaire #ECD9C1

Color information

#ECD9C1 (or 0xECD9C1) is unknown color: approx Solitaire. HEX triplet: EC, D9 and C1. RGB value is (236,217,193). Sum of RGB (Red+Green+Blue) = 236+217+193=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 193 (75.78% from 255 or 29.88% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9C1 is #13263E. Grayscale: #DCDCDC. Windows color (decimal): -1254975 or 12704236. OLE color: 12704236.

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

Color convert

RGB236217193-
CMYK00.080.180.07
HSL33.49º53.09%84.12%-
HSV(B)33.49º18.22%92.55%-
XYZ69.0371.3160.58-
YUV219.94112.79139.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.53%
GREEN value IS 217 (85.16% from 255) = 33.59%
BLUE value IS 193 (75.78% from 255) = 29.88%
R=36.53%
G=33.59%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621719300.080.180.0733.4953.0984.12
HexECD9C108127213554
Octal3543313010102274165124
Binary11101100110110011100000101000100101111000011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD9C1; }

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

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

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

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

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

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

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

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