#ECDABF

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

Shades of Solitaire #ECDABF

Tints of Solitaire #ECDABF

Color information

#ECDABF (or 0xECDABF) is unknown color: approx Solitaire. HEX triplet: EC, DA and BF. RGB value is (236,218,191). Sum of RGB (Red+Green+Blue) = 236+218+191=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 191 (75% from 255 or 29.61% from 645); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDABF is #132540. Grayscale: #DCDCDC. Windows color (decimal): -1254721 or 12573420. OLE color: 12573420.

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

Color convert

RGB236218191-
CMYK00.080.190.07
HSL36º54.22%83.73%-
HSV(B)36º19.07%92.55%-
XYZ69.0771.7459.5-
YUV220.3111.46139.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.59%
GREEN value IS 218 (85.55% from 255) = 33.80%
BLUE value IS 191 (75% from 255) = 29.61%
R=36.59%
G=33.80%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621819100.080.190.073654.2283.73
HexECDABF08137243654
Octal3543322770102374466124
Binary11101100110110101011111101000100111111001001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDABF; }

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

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

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

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

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

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

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

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