#ECD8BC

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

Shades of Solitaire #ECD8BC

Tints of Solitaire #ECD8BC

Color information

#ECD8BC (or 0xECD8BC) is unknown color: approx Solitaire. HEX triplet: EC, D8 and BC. RGB value is (236,216,188). Sum of RGB (Red+Green+Blue) = 236+216+188=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 188 (73.83% from 255 or 29.38% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8BC is #132743. Grayscale: #DADADA. Windows color (decimal): -1255236 or 12376300. OLE color: 12376300.

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

Color convert

RGB236216188-
CMYK00.080.200.07
HSL35º55.81%83.14%-
HSV(B)35º20.34%92.55%-
XYZ68.2370.5857.6-
YUV218.79110.63140.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.88%
GREEN value IS 216 (84.77% from 255) = 33.75%
BLUE value IS 188 (73.83% from 255) = 29.38%
R=36.88%
G=33.75%
B=29.38%

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
Decimal23621618800.080.200.073555.8183.14
HexECD8BC08147233853
Octal3543302740102474370123
Binary11101100110110001011110001000101001111000111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD8BC; }

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

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

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

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

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

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

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

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