#ECDAC2

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

Shades of Solitaire #ECDAC2

Tints of Solitaire #ECDAC2

Color information

#ECDAC2 (or 0xECDAC2) is unknown color: approx Solitaire. HEX triplet: EC, DA and C2. RGB value is (236,218,194). Sum of RGB (Red+Green+Blue) = 236+218+194=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 194 (76.17% from 255 or 29.94% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDAC2 is #13253D. Grayscale: #DCDCDC. Windows color (decimal): -1254718 or 12770028. OLE color: 12770028.

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

Color convert

RGB236218194-
CMYK00.080.180.07
HSL34.29º52.5%84.31%-
HSV(B)34.29º17.8%92.55%-
XYZ69.471.8761.25-
YUV220.65112.96138.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.42%
GREEN value IS 218 (85.55% from 255) = 33.64%
BLUE value IS 194 (76.17% from 255) = 29.94%
R=36.42%
G=33.64%
B=29.94%

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
Decimal23621819400.080.180.0734.2952.584.31
HexECDAC208127223554
Octal3543323020102274265124
Binary11101100110110101100001001000100101111000101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAC2; }

 p { color: rgb(236,218,194); }

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

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

 a { background-color: rgb(236,218,194); }

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

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

 span { border-color: rgb(236,218,194); }

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