#ECDAC1

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

Shades of Solitaire #ECDAC1

Tints of Solitaire #ECDAC1

Color information

#ECDAC1 (or 0xECDAC1) is unknown color: approx Solitaire. HEX triplet: EC, DA and C1. RGB value is (236,218,193). Sum of RGB (Red+Green+Blue) = 236+218+193=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 193 (75.78% from 255 or 29.83% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDAC1 is #13253E. Grayscale: #DCDCDC. Windows color (decimal): -1254719 or 12704492. OLE color: 12704492.

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

Color convert

RGB236218193-
CMYK00.080.180.07
HSL34.88º53.09%84.12%-
HSV(B)34.88º18.22%92.55%-
XYZ69.2971.8360.66-
YUV220.53112.46139.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.48%
GREEN value IS 218 (85.55% from 255) = 33.69%
BLUE value IS 193 (75.78% from 255) = 29.83%
R=36.48%
G=33.69%
B=29.83%

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
Decimal23621819300.080.180.0734.8853.0984.12
HexECDAC108127233554
Octal3543323010102274365124
Binary11101100110110101100000101000100101111000111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAC1; }

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

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

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

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

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

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

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

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