#ECDEC3

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

Shades of Solitaire #ECDEC3

Tints of Solitaire #ECDEC3

Color information

#ECDEC3 (or 0xECDEC3) is unknown color: approx Solitaire. HEX triplet: EC, DE and C3. RGB value is (236,222,195). Sum of RGB (Red+Green+Blue) = 236+222+195=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 195 (76.56% from 255 or 29.86% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDEC3 is #13213C. Grayscale: #DFDFDF. Windows color (decimal): -1253693 or 12836588. OLE color: 12836588.

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

Color convert

RGB236222195-
CMYK00.060.170.07
HSL39.51º51.9%84.51%-
HSV(B)39.51º17.37%92.55%-
XYZ70.5674.0262.2-
YUV223.11112.14137.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.14%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 195 (76.56% from 255) = 29.86%
R=36.14%
G=34.00%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622219500.060.170.0739.5151.984.51
HexECDEC306117283455
Octal354336303062175064125
Binary1110110011011110110000110110100011111010001101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEC3; }

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

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

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

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

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

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

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

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