#ECDCC1

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

Shades of Solitaire #ECDCC1

Tints of Solitaire #ECDCC1

Color information

#ECDCC1 (or 0xECDCC1) is unknown color: approx Solitaire. HEX triplet: EC, DC and C1. RGB value is (236,220,193). Sum of RGB (Red+Green+Blue) = 236+220+193=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 193 (75.78% from 255 or 29.74% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCC1 is #13233E. Grayscale: #DDDDDD. Windows color (decimal): -1254207 or 12705004. OLE color: 12705004.

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

Color convert

RGB236220193-
CMYK00.070.180.07
HSL37.67º53.09%84.12%-
HSV(B)37.67º18.22%92.55%-
XYZ69.8172.8760.84-
YUV221.71111.8138.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 220 (86.33% from 255) = 33.90%
BLUE value IS 193 (75.78% from 255) = 29.74%
R=36.36%
G=33.90%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622019300.070.180.0737.6753.0984.12
HexECDCC107127263554
Octal354334301072274665124
Binary1110110011011100110000010111100101111001101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCC1; }

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

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

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

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

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

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

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

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