#ECDAC3

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

Shades of Solitaire #ECDAC3

Tints of Solitaire #ECDAC3

Color information

#ECDAC3 (or 0xECDAC3) is unknown color: approx Solitaire. HEX triplet: EC, DA and C3. RGB value is (236,218,195). Sum of RGB (Red+Green+Blue) = 236+218+195=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 195 (76.56% from 255 or 30.05% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDAC3 is #13253C. Grayscale: #DCDCDC. Windows color (decimal): -1254717 or 12835564. OLE color: 12835564.

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

Color convert

RGB236218195-
CMYK00.080.170.07
HSL33.66º51.9%84.51%-
HSV(B)33.66º17.37%92.55%-
XYZ69.5171.9261.85-
YUV220.76113.46138.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 218 (85.55% from 255) = 33.59%
BLUE value IS 195 (76.56% from 255) = 30.05%
R=36.36%
G=33.59%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621819500.080.170.0733.6651.984.51
HexECDAC308117223455
Octal3543323030102174264125
Binary11101100110110101100001101000100011111000101101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAC3; }

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

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

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

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

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

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

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

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