#ECDEC5

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

Shades of Solitaire #ECDEC5

Tints of Solitaire #ECDEC5

Color information

#ECDEC5 (or 0xECDEC5) is unknown color: approx Solitaire. HEX triplet: EC, DE and C5. RGB value is (236,222,197). Sum of RGB (Red+Green+Blue) = 236+222+197=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 197 (77.34% from 255 or 30.08% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDEC5 is #13213A. Grayscale: #DFDFDF. Windows color (decimal): -1253691 or 12967660. OLE color: 12967660.

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

Color convert

RGB236222197-
CMYK00.060.170.07
HSL38.46º50.65%84.9%-
HSV(B)38.46º16.53%92.55%-
XYZ70.7974.1163.4-
YUV223.34113.14137.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 222 (87.11% from 255) = 33.89%
BLUE value IS 197 (77.34% from 255) = 30.08%
R=36.03%
G=33.89%
B=30.08%

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
Decimal23622219700.060.170.0738.4650.6584.9
HexECDEC506117263355
Octal354336305062174663125
Binary1110110011011110110001010110100011111001101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEC5; }

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

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

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

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

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

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

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

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